import { ComponentType } from "react";
export declare function maybeHijackSafeAreaProvider(type: ComponentType<any>): ComponentType<any>;
