import type { CodegenTypes as CT, HostComponent, ViewProps } from 'react-native'; type InsetType = 'all' | 'system' | 'interface'; export interface NativeProps extends ViewProps { edges?: Readonly<{ top: boolean; right: boolean; bottom: boolean; left: boolean; }> | undefined; insetType?: CT.WithDefault; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=SafeAreaViewNativeComponent.d.ts.map