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