1 | import * as React from 'react';
|
2 | import type { NativeSafeAreaViewProps } from './SafeArea.types';
|
3 | export type SafeAreaViewProps = NativeSafeAreaViewProps;
|
4 | export declare const SafeAreaView: React.ForwardRefExoticComponent<NativeSafeAreaViewProps & React.RefAttributes<React.Component<import("./specs/NativeSafeAreaView").NativeProps, {}, any> & Readonly<import("react-native").NativeMethods>>>;
|
5 | //# sourceMappingURL=SafeAreaView.d.ts.map |
\ | No newline at end of file |