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