import { SVGProps } from 'react';

declare const Polygon: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Polygon as default };
