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