import type { RefObject } from 'react';
import type { ScrollContainerToElement } from '../../../utils/scrollContainerToElement';
export declare function useScrollContainerToElement(container: RefObject<HTMLElement>, element: RefObject<HTMLElement>, behavior?: ScrollContainerToElement['behavior']): void;
