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