import { WorkbookInstance } from '../../sheet-engine/react'; import * as Y from 'yjs'; /** * Sync dataBlockCalcFunction map for the active sheet to Yjs. */ export declare const dataBlockListYdocUpdate: ({ sheetEditorRef, ydocRef, dsheetId, handleContentPortal, dataBlockCalcFunction, }: { sheetEditorRef: React.RefObject; ydocRef: React.RefObject; dsheetId: string; handleContentPortal?: any; dataBlockCalcFunction?: any; }) => void;