import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../models/schema'; /** * Add theming to angular.json and root module or config * @param options */ export declare function addTheming(options: Schema): Rule;