import { Tree } from '@nx/devkit';
import { ComponentTestSchema } from './schema';
export declare function componentTestGenerator(tree: Tree, options: ComponentTestSchema): Promise<void>;
export default componentTestGenerator;
