import type { Options } from './scrollIntoView'; export declare function ensureRangeInView(range: Range | undefined, options: Options): void;