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