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