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