import { Team } from '../../lib/teams/types'; interface TeamBadgeProps { team: Team; showName?: boolean; size?: 'sm' | 'md' | 'lg'; } export declare function TeamBadge({ team, showName, size }: TeamBadgeProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TeamBadge.d.ts.map