import { SVGProps } from 'react';

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

export { NavCoin as default };
