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