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