type SelectOptionalProps = { onClearIndicatorClick?: import('@mui/material').IconButtonProps['onClick']; }; type SelectProps = import('@mui/material').SelectProps & SelectOptionalProps;