import { Rule } from '@angular-devkit/schematics'; import { NgAddOptions } from '../ng-add.options'; /** * Adds the theme module and required services to the root `NgModule`. * @param options Schematic options. * @returns Schematic rule. */ export declare function addThemeModuleAndProviders(options: NgAddOptions): Rule;