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