import { Config } from '../../utils/config'; export declare function validateTargetPath(targetDir: string, projectRoot: string): void; export declare function installComponent(componentName: string, targetDir: string, config: Config & { resolvedPaths: any; }, options?: { customPath?: boolean; }): Promise; //# sourceMappingURL=component-installer.d.ts.map