import React from 'react';
import './index.css';
interface IProps {
    audioRef: any;
}
declare const Speaker: React.FC<IProps>;
export default Speaker;
