import { SVGProps } from 'react';

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

export { Tether as default };
