import { Base, IList$1, Type } from "igniteui-react-core"; import { WorkbookSerializationLoadCategories } from "./WorkbookSerializationLoadCategories"; import { LoadMathOperation } from "./LoadMathOperation"; import { Worksheet } from "igniteui-react-excel"; import { WorksheetRegionAddress } from "igniteui-react-excel"; /** * @hidden */ export declare class WorkbookSerializationLoadOptions extends Base { static $t: Type; constructor(); b: WorkbookSerializationLoadCategories; g: number; c: boolean; a: LoadMathOperation; d: boolean; e: (arg1: number) => boolean; f: (arg1: IList$1, arg2: IList$1, arg3: boolean) => boolean; }