import React from 'react';
import { ImageEditorInterface } from './interfaces';
declare const ImageEditor: React.FC<ImageEditorInterface>;
export default ImageEditor;
