import { StatLabel as ChakraStatLabel, StatLabelProps, useColorModeValue } from '@chakra-ui/react' import * as React from 'react' export const StatLabel = (props: StatLabelProps) => ( )