import { SVGProps } from 'react';

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

export { Ergo as default };
