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