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