/** * New Project View * * Renders the new project type selection screen. */ import type { AppState } from "../state.js"; export declare function renderNewProjectView(state: AppState): string; //# sourceMappingURL=new-project.d.ts.map