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