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