import type { SheetChart } from './worker/type.js'; export declare const renderSpreadsheetChart: (documentRef: Document, chart: SheetChart) => HTMLDivElement;