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