import { type TableNode, type TableRowNode, type TableCellNode } from '@prezly/slate-types'; export declare function createTableNode(props: Partial>): TableNode; export declare function createTableRowNode(props: Partial>): TableRowNode; export declare function createTableCellNode(props: Partial>): TableCellNode;