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