import { SxProps } from '@mui/material'; import { default as React } from 'react'; export declare const drawerWidth = 275; export declare const drawerWidthCollapsed = 72; export declare const DOCUMENTATION_URL = "https://docs.abyss-project.fr/abyss-project/"; type Props = { isMobileOpen?: boolean; handleDrawerToggle?: () => void; header?: React.ReactNode; drawer?: React.ReactNode; sxProps?: SxProps; mainSxProps?: SxProps; containerSxProps?: SxProps; footer?: React.ReactNode; drawerCollapsed?: boolean; children: React.ReactNode; }; declare const DashboardLayout: React.FC; export default DashboardLayout;