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