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