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