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