import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { OfficeApplication } from "./OfficeApplication"; import { ST_ConformanceClass } from "./ST_ConformanceClass"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare abstract class WorkbookPartManagerBase extends XmlPartManagerBase { static $t: Type; static readonly a4: string; static readonly a5: string; static readonly a8: string; static readonly a9: string; static readonly a7: string; static readonly a6: string; n(a: OfficeApplication): string; o(a: ST_ConformanceClass): string; protected get_g(): boolean; get g(): boolean; }