import { CircleStyle } from '../ReactNode/Shape/Circle'; import React from 'react'; declare const Circle: React.FC; export default Circle;