import { SVGProps } from 'react';

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

export { Kingmoney as default };
