import { ScrollTo } from "../packages/tour/steps";
/**
 * To change the scroll of `window` after highlighting an element
 *
 * @api private
 */
export default function scrollTo(scrollToElement: boolean, scrollTo: ScrollTo, scrollPadding: number, targetElement: HTMLElement, tooltipLayer: HTMLElement): void;
