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