import React from 'react'; import { CircleProps } from './PropsType'; declare const Circle: React.FC; export default Circle;