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