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