import { TextFieldBaseProps } from '../Base'; export interface TextFieldNumberProps extends TextFieldBaseProps, Pick, 'min' | 'max'> { }