import { forwardRef, SVGProps } from 'react'; export interface TeamProps extends Omit, 'css'> {} export const Team = forwardRef((props, ref) => ( )); Team.displayName = 'Team';