import { SVGProps } from 'react';

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

export { CreamFinance as default };
