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