import { ElementRef } from '@angular/core'; import { SmoothScrollManager } from './smooth-scroll-manager'; import { SmoothScrollElement, SmoothScrollToElementOptions, SmoothScrollToOptions } from './smooth-scroll.model'; import * as i0 from "@angular/core"; export declare class SmoothScroll { private element; private smoothScroll; constructor(element: ElementRef, smoothScroll: SmoothScrollManager); scrollTo(options: SmoothScrollToOptions): Promise | undefined; scrollToElement(target: SmoothScrollElement, options: SmoothScrollToElementOptions): Promise | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }