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