export declare const useSameTarget: (handleClick?: ((e: MouseEvent) => void) | undefined) => { onClick: any; onMousedown: any; onMouseup: any; };