import type { ComponentProps } from 'react'; import React from 'react'; import type { PartialSelected } from '../../types/types'; export type FileInputProps = { onFileChange: (files: Array) => void; resetOnChange?: boolean; } & Omit, 'type' | 'onChange'>; export declare const FileInput: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const UploadFileInput: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; //# sourceMappingURL=UploadButton.d.ts.map