import { SVGProps } from 'react';

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

export { KaratgoldCoin as default };
