import { IGenericFieldProps } from ".."; import { IImageUploadSchema } from "./types"; export declare const ImageUploadInner: (props: IGenericFieldProps) => import("react/jsx-runtime").JSX.Element; export declare const ImageUpload: (props: IGenericFieldProps) => import("react/jsx-runtime").JSX.Element;