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