import { ElementInputBase } from './element-input-base'; export declare class ElementInputText extends ElementInputBase { controlType: string; type: string; constructor(options?: {}); }