import { Rule } from '@angular-devkit/schematics'; import { Options } from '../utils'; export declare function component(options: Options): Rule;