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