/** * Hook that scrolls a target element into the viewport if needed. */ export declare function useScrollIntoView(behavior?: ScrollBehavior): (el: HTMLElement | null) => void;