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