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