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