import { Box, Grid, Stack } from '@grafana/ui'; import { CallToAction } from './CallToAction/CallToAction'; import { InfoPaneLeft } from './InfoPaneLeft'; import { InfoPaneRight } from './InfoPaneRight'; export const EmptyState = () => { return ( ); };