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