import { Coords } from "./dom"; export declare function scrollToElement(root: Element, element: HTMLElement, disableSmoothScrolling?: boolean): void; export declare function scrollToDestination(root: Element, destination: Coords, disableSmoothScrolling?: boolean): void;