import { SVGProps } from 'react';

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

export { Elastos as default };
