import type { SwitchProps as MuiSwitchProps } from '@mui/material/Switch'; import type { SxProps, Theme } from '@mui/material/styles'; export interface SwitchProps extends MuiSwitchProps { /** MUI sx style overrides */ sx?: SxProps; }