/// interface LoginLayoutProps { title?: string; children?: React.ReactNode; } export declare const LoginLayout: ({ title, children }: LoginLayoutProps) => import("react/jsx-runtime").JSX.Element; export {};