import { Tree } from '@nrwl/devkit';
import { AddOutputtargetSchematicSchema } from '../schema';
export declare function addReactGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export default addReactGenerator;
export declare const addReactSchematic: (options: AddOutputtargetSchematicSchema) => (tree: any, context: any) => Promise<any>;
