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