import { SVGProps } from 'react';

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

export { Namecoin as default };
