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