import type { FC } from "react"; import type { SafeAreaViewProps } from "./types"; export declare const SafeAreaProvider: FC;