import { Base, Nullable$1, Type } from "igniteui-react-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<boolean>;
    set a(a: Nullable$1<boolean>);
    static f(a: XmlPartManagerBase, b: string, c: Nullable$1<boolean>): {
        p1: string;
        p2: Nullable$1<boolean>;
    };
    static g(a: XmlPartManagerBase, b: string, c: Nullable$1<boolean>, d: string): void;
    toString(): string;
}
