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