import { InjectionToken } from '@angular/core';
export declare const WA_RESIZE_OBSERVER_SUPPORT: InjectionToken<boolean>;
/**
 * @deprecated: drop in v5.0, use {@link WA_RESIZE_OBSERVER_SUPPORT}
 */
export declare const RESIZE_OBSERVER_SUPPORT: InjectionToken<boolean>;
