import { InputFormControl } from './input-form-control'; export declare class NumberFormControl extends InputFormControl { getValue(): number; setValue(value: string | number): void; getInputType(): string; }