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