export declare function scrollIntoView(element: HTMLElement, parent: HTMLElement, position: 'nearest' | 'start'): void;