import { SVGProps } from 'react';

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

export { Eos as default };
