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