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