import { CircularProgressProps as ChakraProgressCircularProps } from '@chakra-ui/react'; export interface ProgressCircularProps extends ChakraProgressCircularProps { showLabel?: boolean; }