import type { useScrollIntoFocusType } from "../types/focus"; export declare function useScrollIntoFocus({ position, selectedElement, behavior, delay, parentSelector, buffer, bufferX, bufferY, suppressLogs, scrollType, }: useScrollIntoFocusType): void;