import React from 'react'; import { ShapeProps } from './Shape'; export const Circle: React.FC = () => ( );