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