export declare class TextValue {
    value: string;
    constructor(val: any);
}
