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