export interface IFullscreenLayoutProps { children: React.ReactNode; } export declare const FullscreenLayout: (props: IFullscreenLayoutProps) => import("react/jsx-runtime").JSX.Element; export default FullscreenLayout;