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