import { PropsWithChildren } from 'react'; export declare type ImageUploadButtonProps = { handleFiles: (files: File[]) => void; multiple?: boolean; disabled?: boolean; resetOnChange?: boolean; }; export declare const ImageUploadButton: ({ multiple, disabled, handleFiles, children, resetOnChange, }: PropsWithChildren) => JSX.Element; //# sourceMappingURL=ImageUploadButton.d.ts.map