import { SVGProps } from 'react';

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

export { Kanadecoin as default };
