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