import { Rule } from '@angular-devkit/schematics';
import { Schema } from '../schema';
/** Add pre-built styles (and optionally a theme) to the main project style file. */
export declare function addThemeToAppStyles(options: Schema): Rule;
