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