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