import { Components, Theme } from '@mui/material/styles'; /** * MUI component overrides + defaultProps. * * This is where the design system applies its opinions on top of MUI without * forking component implementations - the core of "theme layer over MUI". */ export declare const components: Components;