import { SpreadsheetDialogFormatBase } from "./SpreadsheetDialogFormatBase"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class SpreadsheetDialogFormat extends SpreadsheetDialogFormatBase { static $t: Type; constructor(a: number, b: string, c: string); constructor(a: number, b: string, c: string, d: string); constructor(a: number, ..._rest: any[]); private _d; get _e(): string; set _e(a: string); private _b; get _c(): string; set _c(a: string); private _f; get _g(): string; set _g(a: string); }