import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_Formula } from "./CT_Formula"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_TextData extends Base implements ISupportSetProperty { static $t: Type; constructor(); a: CT_Formula; c: string; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }