import { SVGProps } from 'react'; declare const Populous: (props: SVGProps) => JSX.Element; export { Populous as default };