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