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