import { Rule } from '@angular-devkit/schematics'; import { Schema as ComponentOptions } from './schema'; export declare function component(options: ComponentOptions): Rule;