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