import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const MagnifyingGlassPlus: import("svelte").Component; type MagnifyingGlassPlus = ReturnType; export default MagnifyingGlassPlus; //# sourceMappingURL=magnifying-glass-plus.svelte.d.ts.map