import { FileModel } from "@nimles/models"; interface Props { value?: string; onChange: (image: FileModel) => void; organizationId?: string; } export declare const ImageEditor: ({ value, onChange, organizationId }: Props) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export {};