import { SVGProps } from 'react';

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

export { Nolimitcoin as default };
