import { SVGProps } from 'react';

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

export { Appcoins as default };
