import { SVGProps } from 'react'; declare const NavCoin: (props: SVGProps) => JSX.Element; export { NavCoin as default };