import type { InstallComponentOptions } from "./types.js"; /** * Main function to handle component installation * @param componentNames Array of component names to install * @param options Installation options */ export declare function handleAddComponents(componentNames: string[], options?: InstallComponentOptions): Promise; /** * Legacy function to handle single component installation * @param componentName The name of the component to install * @param options Installation options */ export declare function handleAddComponent(componentName: string, options?: InstallComponentOptions): Promise; //# sourceMappingURL=index.d.ts.map