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