import { InputFormControl } from './input-form-control'; export declare class TextboxFormControl extends InputFormControl { getInputType(): string; }