import { SVGProps } from 'react';

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

export { SwarmCity as default };
