import { SVGProps } from 'react';

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

export { Qtum as default };
