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