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