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