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