import { AbstractSchematic } from './abstract.schematic'; export declare class ComponentSchematic extends AbstractSchematic { private controllerSchematic; private serviceSchematic; private routesSchematic; private interfaceSchematic; handle(): Promise; }