import * as React from 'react';
import { OnImageUpload } from '../OnImageUploadPlugin';
declare type PasteImagePluginProps = {
    uploadImg?: OnImageUpload;
};
declare function PasteImagePlugin({ uploadImg }: PasteImagePluginProps): null;
declare const _default: React.MemoExoticComponent<typeof PasteImagePlugin>;
export default _default;
