import type { ScrollOffset } from './ValidationContainer.js'; export declare function smoothScrollIntoView(element: Element, scrollOffset: ScrollOffset): Promise;