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