import { Rule } from '@angular-devkit/schematics';
import { UkisNgAddSchema } from './schema';
export declare function ngAdd(options: UkisNgAddSchema): Rule;
/**
 * app.component.ts
 * add imports for
 * - icons
 * - services
 * - Router
 * - variables for UI
 * - constructor imports
 * - init()
 * - getHtmlMeta()
 *
 * maybe use template file??
 */
/**
 * styles.scss //style.css
 * if style.css remove and add file styles.scss from templates
 */
