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