declare const SafeArea: {
    (props: any): JSX.Element;
    displayName: string;
};
export default SafeArea;
