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