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