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