export interface INumberInputProps { value?: number; onChange?(value?: number): any; testId?: string; }