import { InformationCircleIcon } from '@heroicons/react/outline' import { Tooltip } from './tooltip' export function InfoTooltip(props: { text: string }) { const { text } = props return ( ) }