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