/**
 * This is where we define the color palette for Material UI components
 * We map the colors defined in @amsterdam/asc-ui as much as we can
 */
declare const muiTheme: import("@mui/material/styles").Theme;
export default muiTheme;
//# sourceMappingURL=material-ui-theme.d.ts.map