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