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