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