import { MultipleCellValueInfo } from "./MultipleCellValueInfo"; import { WorksheetRow } from "./WorksheetRow"; import { WorksheetRowSerializationCache } from "./WorksheetRowSerializationCache"; import { List$1 } from "igniteui-webcomponents-core"; import { WorksheetCellFormatData } from "./WorksheetCellFormatData"; import { Type } from "igniteui-webcomponents-core"; import { WorkbookSaveManager } from "./WorkbookSaveManager"; /** * @hidden */ export declare class MultipleCellBlankInfo extends MultipleCellValueInfo { static $t: Type; private static readonly p; constructor(a: WorksheetRow, b: WorksheetRowSerializationCache, c: List$1, d: List$1, e: List$1); static o(a: WorkbookSaveManager): MultipleCellBlankInfo; private static q; }