import { Transcoder } from "@hpe/angular-toolkit/model";
export declare class FormText {
    icon: string;
    label: string;
    transcoder: Transcoder;
    private _value;
    constructor();
    value: string;
}
