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