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