export { applyPlugins } from './applyPlugins'; export * from './markdown/withMarkdown'; export * from './getRegistry'; export * from './softbreak'; export * from './handleTableArrows'; export * from './hooks/withId'; export * from "./parseStringToHtml"; export * from './hooks'; export * from './isMac'; export * from './deserializer'; export declare const htmlSanitizer: (html: any) => HTMLElement; export declare const isSelectionCollapsed: (selection: any) => boolean;