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