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