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