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