export declare function scrollIntoViewWithOffset(element: HTMLElement, { top, bottom }: {
    top: number;
    bottom: number;
}): void;
