import { FunctionComponent } from 'react' interface ShapeType { style: any } declare const Shape: FunctionComponent export { Shape, ShapeType }