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