import { SVGProps } from 'react';

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

export { Tellor as default };
