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