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