import { Interpolation } from '@mui/system'; import { ComponentsPropsList } from './props'; export type ComponentsVariants = { [Name in keyof ComponentsPropsList]?: Array<{ props: Partial; style: Interpolation<{ theme: Theme }>; }>; };