import { RefObject } from 'react'; declare const useHoverDirty: (ref: RefObject, enabled?: boolean) => boolean; export default useHoverDirty;