import { SVGProps } from 'react';

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

export { Decred as default };
