import { ElementRef, EventEmitter } from '@angular/core'; import { BrowserRef } from '../services/browser-ref'; import * as i0 from "@angular/core"; export declare class IntoViewDirective { event: EventEmitter; constructor(el: ElementRef, browserRef: BrowserRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }