/** * @param options.scrollTarget - element that will be scrolled */ export declare const scrollToElement: (element: HTMLElement, options?: { scrollTarget?: HTMLElement; verticalAlignment?: 'start' | 'end' | 'center' | 'any'; smooth?: boolean; }) => void;