import { RenderBlockProps, Editor } from "slate-react"; export declare const iframePlugin: () => { 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; style: any; }; })[]; }; //# sourceMappingURL=iframePlugin.d.ts.map