import type { YooEditor } from '@yoopta/editor'; import type { TableElement } from '../../types'; export declare function deserializeTable(el: HTMLElement, editor: YooEditor): TableElement | undefined; //# sourceMappingURL=deserialize.d.ts.map