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