import React from 'react'; import { Icon, Tooltip } from '@grafana/ui'; export function InfoIcon({ text }: { text: string }) { return ( {text}}> ); }