import { DropzoneOptions } from 'react-dropzone'; declare const defaultDropzoneLabels: { doesnt_meet_our_requirements: string; or: string; label: string; buttonLabel: string; buttonAddMoreLabel: string; }; export declare function Dropzone({ labels, onChange, variant, ...dropzoneOptions }: DropzoneOptions & { variant: 'inline' | 'large'; labels?: Partial; onChange?: (files: File[]) => void; }): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Dropzone.d.ts.map