import { RenderBlockProps } from "slate-react"; import { Editor as CoreEditor } from "slate"; export declare const attachmentPlugin: () => { renderBlock: (props: RenderBlockProps, editor: CoreEditor, next: () => any) => any; onKeyDown: (event: KeyboardEvent, editor: any, next: () => any) => any; }; //# sourceMappingURL=attachmentPlugin.d.ts.map