import { Base, Type } from "igniteui-react-core";
import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
/**
 * @hidden
 */
export declare class SerializationNumberFormatInfo extends Base {
    static $t: Type;
    b: string;
    c: number;
    d(a: WorksheetCellFormatData): void;
    static a(a: WorksheetCellFormatData): SerializationNumberFormatInfo;
}
