import React from 'react'; import { View } from 'react-native'; export interface NestedSafeAreaViewProps extends Omit, 'children'> { children: React.ReactNode; edges?: Array<'top' | 'right' | 'bottom' | 'left'>; } export declare const NestedSafeAreaView: React.FC; //# sourceMappingURL=NestedSafeAreaView.d.ts.map