import { UploadProps } from "@ducor/types";
export declare const Upload: ({ label, withAsterisk, direction, name, helperText, defaultValue, id, className, accept, }: UploadProps) => import("react/jsx-runtime").JSX.Element;
