import { SVGProps } from 'react';

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

export { Okcash as default };
