import { Rule } from '@angular-devkit/schematics'; import type { NgAddThemingSchematicsSchema } from './schema'; /** * Add theming to an existing component * @param options */ export declare function ngAddThemingFn(options: NgAddThemingSchematicsSchema): Rule; /** * Add theming to an existing component * @param options */ export declare const ngAddTheming: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map