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