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