import { SquareProps } from '@chakra-ui/react'; export interface ICircle extends SquareProps { }