import { SVGProps } from 'react';

declare const Polyswarm: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Polyswarm as default };
