import React, { ReactNode } from 'react';
type FullWindowOverlayProps = {
    children: ReactNode;
    unstable_accessibilityContainerViewIsModal?: boolean | undefined;
};
declare function FullWindowOverlay(props: FullWindowOverlayProps): React.JSX.Element;
export default FullWindowOverlay;
//# sourceMappingURL=FullWindowOverlay.d.ts.map