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