import { SVGProps } from 'react';

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

export { AbbcCoin as default };
