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