import { IScrollIntoViewHelper } from '../utils/scroll-into-view'; export declare function useScrollIntoViewHelper(initialContainer?: HTMLElement | null): React.RefObject;