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