/** * Get the best estimate safe area before native modules have fully loaded, * this is the fallback file which assumes guessing cannot be done. */ export declare function getInitialSafeArea(): { top: number; bottom: number; left: number; right: number; }; //# sourceMappingURL=getInitialSafeArea.d.ts.map