import { SVGProps } from 'react';

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

export { Populous as default };
