import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PepScrollToService { scrollElementTo(element: Element | Window, duration?: number, top?: number): Observable; private _scrollElementTo; scrollWindowToElement(element: string | HTMLElement, duration?: number, offset?: number): Observable; private _scrollWindowToElement; private doScrolling; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }