/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { WorkbookOptions } from '@progress/kendo-ooxml'; /** * * @hidden */ export declare const workbookOptions: (options: any) => WorkbookOptions; /** * @hidden */ export declare const toDataURL: (options: WorkbookOptions) => Promise; /** * @hidden */ export declare const isWorkbookOptions: (value: any) => boolean;