import { ReactNode } from "react";
import { ImageEditorProps } from "./types";
type Props = {
    processingComponent?: ReactNode;
};
export declare function ImageEditorView({ processingComponent }: Props): import("react/jsx-runtime").JSX.Element;
export declare function ImageEditor({ isVisible, ...props }: ImageEditorProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ImageEditor.d.ts.map