import React from 'react'; import './style.css'; export declare const ImageEditModal: ({ element, editor, type, ...props }: { [x: string]: any; element: any; editor: any; type: any; }) => React.JSX.Element;