import * as React from 'react'; interface Polygon1SvgProps { stroke?: string; style?: React.CSSProperties; } export declare function Polygon1Svg(props: Polygon1SvgProps): React.JSX.Element; export {};