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