/// /** * @see {@link https://malkiii.github.io/react-pre-hooks/docs/hooks/useFileDropArea | useFileDropArea} hook. */ export declare const useFileDropArea: (args?: { ref?: React.RefObject | null; handler?: (files: File[]) => any | Promise; multiple?: boolean; }) => import("react").RefObject;