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