import { SVGProps } from 'react';

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

export { Polis as default };
