export type ChallengeTeamWizardProps = {
    projectId: string;
    isShowingModal?: boolean;
    onClose: () => void;
};
/**
 * The ChallengeTeamWizard is used to guide a user through the process of joining or creating a team for a challenge.
 *
 * A required precondition is that the user is NOT on any registered submission team for the challenge.
 */
declare function ChallengeTeamWizard(props: ChallengeTeamWizardProps): import("react/jsx-runtime").JSX.Element;
export default ChallengeTeamWizard;
//# sourceMappingURL=ChallengeTeamWizard.d.ts.map