import { default as colors } from './colors'; declare const themes: { light: import('@mui/material').Theme; dark: import('@mui/material').Theme; }; export { colors, themes };