export declare const usePreciseClick: (onSingleClick: () => void, onDoubleClick?: () => void) => { onClickHandler: (event: any) => void; };