import { default as React } from 'react';
interface IProps {
    imageUrl?: string | null;
}
declare const ImageEditor: React.FC<IProps>;
export default ImageEditor;
