import type { HighlightableElementContextType } from "./context"; declare const useHighlightableElements: () => HighlightableElementContextType; export default useHighlightableElements;