import { InjectionToken } from '@angular/core';
export declare const LAZY_STYLES: InjectionToken<string[]>;
