import { SVGProps } from 'react';

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

export { Chimpion as default };
