/// import { CircleProps } from "./circle.shared"; declare function Circle(props: CircleProps): JSX.Element; export default Circle;