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