export declare const dndResetProps: { onDrop: () => void; onDragExit: () => void; onDragLeave: () => void; onDragOver: () => void; onDrag: () => void; onDragStart: () => void; onDragEnter: () => void; onDragEnd: () => void; }; export { applyPlugins } from './applyPlugins'; export * from './markdown/withMarkdown'; export * from './getRegistry'; export * from './softbreak'; export * from './hooks/withId'; export * from './hooks'; export * from './isMac'; export * from './deserializer'; export * from './rtePlugins'; export * from './handleTableArrows'; export declare const checkIfInsideTable: (editor: any, path: any) => boolean;