export declare const makeColumn: (editor: any, path: any, width: any) => void; export declare const makeRow: (editor: any, path: any) => void; export declare const removeRow: (editor: any, path: any) => void; export declare const isInsideRow: (editor: any, path: any) => boolean; export declare const createNewColumn: (editor: any, sourcePath: any, destinationPath: any, side?: string) => void;