import { Omit } from '../_helpers/utils'; /** * All standard components exposed by `material-ui` are `StyledComponents` with * certain `classes`, on which one can also set a top-level `className` and inline * `style`. */ export declare type ExtendMui = Omit;