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