import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import { SafeAreaView } from "react-native"; export declare const StyledSafeAreaView: StyledComponent>; export declare type StyledSafeAreaViewProps = PropsOf; export default StyledSafeAreaView;