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