import { FormControlProps } from '../form-control/FormControl'; export interface InputTextProps extends FormControlProps { debounceDelay?: number; }