import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconCurrencyEthLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconCurrencyEthLight = ReturnType; export default IconCurrencyEthLight;