import * as react from 'react'; declare const useHover: () => (boolean | react.MutableRefObject)[]; export default useHover;