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