type FastClickReturn = Pick, 'onMouseDown' | 'onClick'>; /** @see https://foxact.skk.moe/use-fast-click */ declare function useFastClick(callback: React.MouseEventHandler): FastClickReturn; export { useFastClick }; export type { FastClickReturn };