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