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