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