import { ControlWidget } from '../../widget';
export declare class StringWidget extends ControlWidget {
    getInputType(): any;
}
