import type { Tree } from '@nx/devkit';
import type { ComponentStoryGeneratorOptions } from './schema';
export declare function componentStoryGenerator(tree: Tree, options: ComponentStoryGeneratorOptions): Promise<void>;
export default componentStoryGenerator;
//# sourceMappingURL=component-story.d.ts.map