/** @packageDocumentation * @module Utilities */ import * as React from "react"; /** Returns a stateful value that indicates if the component is targeted/hovered. * @internal */ export declare const useTargeted: (ref: React.RefObject) => boolean; //# sourceMappingURL=useTargeted.d.ts.map