import { SVGProps } from "react"; declare const Polygon: (props: SVGProps) => JSX.Element; export default Polygon;