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