import type { YooEditor } from '@yoopta/editor'; import type { Path } from 'slate'; import type { TableCellElement } from '../types'; export type ClearContentsOptions = { cells: [TableCellElement, Path][]; }; export declare const clearContents: (editor: YooEditor, blockId: string, options: ClearContentsOptions) => void; //# sourceMappingURL=clear-contents.d.ts.map