import { Shape } from '@mui/system/createTheme/shape'; import { Breakpoints } from '@mui/system'; export declare const MAIN_FONT = "Inter"; export declare const FONT_FAMILY = "\"Inter\",\"Roboto\",\"Helvetica\",\"Arial\",sans-serif"; export declare const BREAKPOINTS: Breakpoints['values']; export declare const SPACING = 4; export declare const SHAPE: Shape; export declare const SHAPE_BLOCKRAIL: Shape; export declare enum Themes { light = "light", dark = "dark" } export declare const NOTIFICATION_AUTO_HIDE_DURATION = 3000; //# sourceMappingURL=consts.d.ts.map