import { RenderBlockProps, Editor } from "slate-react"; export declare const imagePlugin: () => { renderBlock: (props: RenderBlockProps, editor: Editor, next: () => any) => any; onKeyDown: (event: KeyboardEvent, editor: Editor, next: () => any) => any; sidebarButtons: ((props: { editor: Editor; }) => JSX.Element)[]; serializers: ((el: any, next: any) => { object: string; type: string; data: { src: any; }; })[]; }; export declare const ImageButton: (props: { editor: Editor; }) => JSX.Element; //# sourceMappingURL=imagePlugin.d.ts.map