import { SVGProps } from 'react';

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

export { HtmlCoin as default };
