import { Icon, Tooltip } from "@calcom/ui"; export default function InfoBadge({ content }: { content: string }) { return ( <> ); }