/// export declare const MainLayout: ({ children, layout, }: { children: JSX.Element[] | JSX.Element; layout: 'widget' | 'dashboard'; }) => JSX.Element; //# sourceMappingURL=MainLayout.d.ts.map