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