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