interface Props {
    projectName?: string;
    description?: string;
    environmentName?: string;
    yes?: boolean;
}
export declare function CreateProjectUI({ projectName: initialProjectName, description: initialDescription, environmentName: initialEnvironmentName, yes, }: Props): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=create.d.ts.map