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