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