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