import { SVGProps } from 'react';

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

export { TetherGold as default };
