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