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