import React from 'react';
import { ShapeType } from '../../types';
declare const Shape: React.FC<ShapeType>;
export default Shape;
