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