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