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