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