import { ReactNode } from 'react'; interface AdminLayoutProps { children: ReactNode; } export declare function AdminLayout({ children }: AdminLayoutProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AdminLayout.d.ts.map