import * as React from 'react'; declare function Polygon(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Polygon; export default Polygon;