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