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