import type { NewOptions } from '../types.mjs'; import type { ProjectInfo } from '../get-project-info/index.mts'; export declare function newComponents(components: string[], projectInfo: ProjectInfo, { dryRun, outDir, templates, overwrite, noSegmentUpdate, empty, static: isStaticSegment }: NewOptions): Promise;