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