import { Base, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_TextLanguageID extends Base { static $t: Type; private c; get b(): string; set b(a: string); static d(a: XmlPartManagerBase, b: string): { p1: string; }; static e(a: XmlPartManagerBase, b: string, c: string): void; toString(): string; }