import { OverridableComponent } from '@mui/material/OverridableComponent'; import { SvgIconTypeMap } from '@mui/material'; export declare const getProjectColor: (status: ProjectStatus) => string; export declare const PAGE_ICONS: { name: string; component: OverridableComponent> & { muiName: string; }; }[]; export declare const GROUP_COLORS: string[];