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