import { IllustrationAsset, BaseSvgAsset } from './types.js';
export type ReceivingPayWithBackgroundAsset = IllustrationAsset<BaseSvgAsset & {
    readonly name: 'ReceivingPayWithBackground';
}>;
/**
 * ReceivingPayWithBackground illustration asset
 * @example
 * ```tsx
 * import { Illustration } from '@payfit/unity-illustrations'
 * import ReceivingPayWithBackground from '@payfit/unity-illustrations/assets/ReceivingPayWithBackground'
 *
 * <Illustration
 *   illustration={ReceivingPayWithBackground}
 *   alt="ReceivingPayWithBackground illustration"
 *   size="md"
 * />
 * ```
 */
declare const ReceivingPayWithBackground: ReceivingPayWithBackgroundAsset;
export default ReceivingPayWithBackground;
