import { SVGProps } from 'react';

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

export { Feathercoin as default };
