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