import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type MoneyLendingAsset = IllustrationAsset; /** * MoneyLending illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import MoneyLending from '@payfit/unity-illustrations/assets/MoneyLending' * * * ``` */ declare const MoneyLending: MoneyLendingAsset; export default MoneyLending;