import { ElementRef } from '@angular/core'; export declare class ScrollViewport { viewPort: ElementRef; constructor(viewPort: ElementRef); }