/** * Importing this module will add the ability for Angular components to include * Polymer style modules with the `@IncludeStyles()` decorator. This module * only needs to be imported once at the root component. * * This module _requires_` @angular/router` in order to inject styles for lazy * loaded components. Use `InjectStylesNoRouterModule` if your application does * not use `@angular/router`. */ export declare class IncludeStylesModule { }