import { EventEmitter } from '@angular/core'; export declare class RcInviewService { scrollEmitter: EventEmitter<{}>; constructor(); }