declare const component: {
    description: string;
    prompts: {
        type: string;
        name: string;
        message: string;
    }[];
    actions: {
        type: string;
        path: string;
        templateFile: string;
    }[];
};
export default component;
