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