export interface NewCommandOptions {
    template?: string;
    force: boolean;
    skipLogin?: boolean;
    skipIdeRules?: boolean;
    ideRules?: string;
    description?: string;
}
interface Props {
    projectPath: string;
    options: NewCommandOptions;
}
export declare function NewProjectUI({ projectPath, options }: Props): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=new.d.ts.map