import { OverrideProps } from '@mui/types'; import { BoxTypeMap } from '@mui/system'; import { Theme } from '../styles/types'; export type BoxSlot = 'root'; export type BoxProps = OverrideProps, D>; export interface BoxOwnerState extends BoxProps { }