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