import type { BlockEditor } from "./editor.type.js"; /** Editing UI for `table` blocks — a JSON textarea with live validation. */ export declare const tableEditor: BlockEditor; //# sourceMappingURL=table.editor.d.ts.map