import { VStack, Heading, Text } from '@chakra-ui/react' export let ToolTipLabel = ({ heading, content }) => ( {heading} {content} )