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