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