import { FC } from 'react';
import { WebSafeAreaProps } from "../../types";
export declare const SafeArea: FC<WebSafeAreaProps>;
