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