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