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