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