import { SVGProps } from 'react'; declare const Tether: (props: SVGProps) => JSX.Element; export { Tether as default };