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