interface InfoTipProps { text: string } export function InfoTip({ text }: InfoTipProps) { return ( i ) }