1/**
2 * Get the best estimate safe area before native modules have fully loaded.
3 * This is a hack to get the safe area insets without explicitly depending on react-native-safe-area-context.
4 */
5export declare function getInitialSafeArea(): {
6    top: number;
7    bottom: number;
8    left: number;
9    right: number;
10};
11//# sourceMappingURL=getInitialSafeArea.native.d.ts.map