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