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