import { BrowserRef } from '../services/browser-ref'; import * as i0 from "@angular/core"; /** * Scroll to top on click directive */ export declare class ScrollTopDirective { private browserRef; constructor(browserRef: BrowserRef); click(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }