import { type IconProps } from "../../../base/index.ts";
declare const SpeakerWave: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type SpeakerWave = ReturnType<typeof SpeakerWave>;
export default SpeakerWave;
