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