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