import { default as default_2 } from 'react'; import { RefObject } from 'react'; /** * Apply the interactive bold-lock effect to an element. * Adds mouseenter/mouseleave listeners and returns a cleanup function. */ export declare function applyBoldLock(element: HTMLElement, options: BoldLockOptions): () => void; /** * Apply static bold-shift compensation to an element. * Pre-calculates the letter-spacing needed so that CSS :hover { font-weight: bold } * does not shift surrounding content. Injects a scoped