import React from 'react'; import { PlateEditor, PlatePlugin } from '@udecode/plate-common'; export declare const imagePlugin: () => PlatePlugin; interface IImageButton { editor: PlateEditor; } export declare function ImageButton({ editor }: IImageButton): React.JSX.Element; export {}; //# sourceMappingURL=imagePlugin.d.ts.map