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