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