import type { Options } from './scrollIntoView'; export declare function ensureElementInView(element: HTMLElement | undefined, options: Options): void;