import { SVGProps } from 'react';

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

export { Dogecoin as default };
