export declare const componentNamePrompt: {
    type: string;
    message: string;
    suffix: string;
    validate: (promptValue: string) => boolean | string;
};
