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