export declare function projectSelectComponent(props: {
    yes: boolean;
    projectUuid?: string;
}): Promise<{
    id: number;
    owner: string;
    team_id: number;
    name: string;
    description: string | null;
    git_url: string;
    starter_app: string | null;
    uuid: string | null;
    deleted: boolean;
    created_at: string;
    updated_at: string;
}>;
//# sourceMappingURL=project-select-component.d.ts.map