import { EntityType } from '@sage-bionetworks/synapse-client';
import { EntityItem } from './ChallengeSubmission';
type ChallengeSubmissionStepperProps = {
    projectId: string;
    userId: string;
    teamId: string;
    entity: EntityItem;
    entityType: typeof EntityType.dockerrepo | typeof EntityType.file;
    isShowingModal: boolean;
    onClose: () => void;
};
declare function ChallengeSubmissionStepper({ projectId, userId, teamId, entity, entityType, isShowingModal, onClose, }: ChallengeSubmissionStepperProps): import("react/jsx-runtime").JSX.Element;
export default ChallengeSubmissionStepper;
//# sourceMappingURL=ChallengeSubmissionStepper.d.ts.map