export declare const spanningAttrs: (el: HTMLElement) => {};
export declare const emptyCell: (cellType: any, attrs?: {}) => import("slate").BaseElement;
export declare const addVoidCellsAndApplyAttributes: (rows: any) => void;
export declare const getTbodyChildren: (rows: any) => any;
export declare const deserialize: (el: any, editor: any) => any;