export declare const useClickDetector: () => { mouseDown: (e: React.MouseEvent) => void; isClick: (e: React.MouseEvent) => boolean; };