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