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