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