import { SVGProps } from 'react';

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

export { HuobiToken as default };
