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