import * as React from 'react'; import { Badge } from '@grafana/ui'; export function PluginAngularBadge(): React.ReactElement { return ( ); }