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