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