import { type RefObject } from 'react'; export declare const useHexagonSpotlight: (containerRef: RefObject, { color, radius, }?: { color?: string; radius?: number; }) => import("react/jsx-runtime").JSX.Element;