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