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