import { PlateEditor } from '@udecode/plate-common'; export declare const selectFirstCell: (editor: PlateEditor) => void; export declare const createInitialTable: (editor: PlateEditor) => { type: string; children: { type: string; children: { type: string; children: import("@udecode/slate").TElement[]; }[]; }[]; data: { cellSizes: number[]; }; }; //# sourceMappingURL=utils.d.ts.map