import type { Ctx } from '@milkdown/ctx'; import type { Node } from '@milkdown/prose/model'; import type { EditorView } from '@milkdown/prose/view'; import { type Ref } from 'vue'; import type { TableBlockConfig } from '../config'; type TableBlockProps = { view: EditorView; ctx: Ctx; getPos: () => number | undefined; config: TableBlockConfig; onMount: (div: Element) => void; node: Ref; }; export declare const TableBlock: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export {}; //# sourceMappingURL=component.d.ts.map