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