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