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