import { InjectionToken } from '@angular/core';
export declare const SCROLL_TIME_THRESHOLD: InjectionToken<number>;
