import type { UniqueIdentifier } from "../types"; export declare const useActiveDropReaction: (id: UniqueIdentifier, callback: (isActive: boolean) => void) => void; //# sourceMappingURL=useActiveDropReaction.d.ts.map