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