import { QuestionBase } from './question-base';
export declare class TextboxQuestion<T> extends QuestionBase<T> {
    controlType: string;
    type: string;
    constructor(options?: {});
}
