import { AIModels, BuildType } from '../types/type.js';
export declare function generateComponent(template: string, type: BuildType, desc: string, apiKey: string, typescript: boolean, model?: AIModels): Promise<string>;
