import * as React from 'react'; import InputLabel from '@mui/material/InputLabel'; declare module '@mui/material/InputLabel' { interface InputLabelPropsSizeOverrides { customSize: true; } } ; // @ts-expect-error unknown size ;