/**-----------------------------------------------------------------------------------------
* Copyright © 2025 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<string>;
/**
 * @hidden
 */
export declare const isWorkbookOptions: (value: any) => boolean;
