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