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