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