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