import React from "react"; import { PlayableIconProps } from "../types"; declare const SpeakerIcon: ({ style, className, playing, }: PlayableIconProps) => React.ReactElement; export default SpeakerIcon;