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