import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../models/schema'; /** * Add styles to angular.json * @param options */ export declare function addStyles(options: Schema): Rule;