import { SVGProps } from 'react';

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

export { Fujicoin as default };
