import React from 'react'; import { Box, Stack, Text } from '@grafana/ui'; import { Trans } from 'app/core/internationalization'; export interface Props {} export const EmptyState = ({}: Props) => { return ( grot No results found ); }; EmptyState.displayName = 'EmptyState';