import * as React from 'react';
declare type Props = {
    children: React.ReactNode;
};
export default function SafeAreaProviderCompat({ children }: Props): JSX.Element;
export {};
