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