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