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