export type CreateChallengeTeamProps = {
    challengeId: string;
    onCanSubmitChange?: (canSubmit: boolean) => void;
    onFinished?: (teamId: string) => void;
};
export declare const TOO_MANY_INVITEES_ERROR = "Please limit the initial number of invited members to three. You may add additional members after the team has been created.";
export type CreateChallengeTeamHandle = {
    submit: () => void;
};
export declare const CreateChallengeTeam: import("react").ForwardRefExoticComponent<CreateChallengeTeamProps & import("react").RefAttributes<CreateChallengeTeamHandle>>;
//# sourceMappingURL=CreateChallengeTeam.d.ts.map