import type { UseDropZoneParamsWithRef, UseDropZoneParamsWithoutRef, UseDropZoneStateWithRef, UseDropZoneStateWithoutRef } from "./types.js";
export declare function useDropZone(params: UseDropZoneParamsWithRef): UseDropZoneStateWithRef;
export declare function useDropZone(params: UseDropZoneParamsWithoutRef): UseDropZoneStateWithoutRef;
