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