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