export { SafeAreaView } from './SafeAreaView'; export { SafeAreaContainer } from './SafeAreaContainer'; export type { SafeAreaViewProps } from './SafeAreaView'; export type { SafeAreaContainerProps } from './SafeAreaContainer'; export { SafeAreaProvider, useSafeAreaInsets, useSafeAreaFrame, withSafeAreaInsets, } from 'react-native-safe-area-context'; export type { Edge, EdgeInsets, SafeAreaInsetsContext, SafeAreaFrameContext, } from 'react-native-safe-area-context'; //# sourceMappingURL=index.d.ts.map