export type TeamBadgeOrErrorProps = {
    teamId: string;
};
export declare function TeamBadgeOrError(props: TeamBadgeOrErrorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TeamBadgeOrError.d.ts.map