/// import React from 'react'; export declare function useInteraction(type: 'hovering' | 'pressing' | 'focusing', ref: { current: null | HTMLDivElement; } | React.RefObject): boolean;