import { Team } from "../index.js"; //#region src/components/team-icon.d.ts declare function TeamIcon(props: { team: Team | 'personal'; }): import("react/jsx-runtime").JSX.Element; //#endregion export { TeamIcon }; //# sourceMappingURL=team-icon.d.ts.map