import { default as React } from 'react'; import { ImageEditorProps } from './image-editor-types'; declare const ImageEditor: React.FC; export { ImageEditor }; export type { ImageEditorProps, EditorState, EditorTool, CropMode, CropArea, ImageTransform, BlurRegion } from './image-editor-types';