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