import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../schema'; /** * we're simply adding '_styles.scss' to the 'angular.json' */ export declare function addSunbirdPdfPlayerStyles(options: Schema): Rule;