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