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