/// declare const RecorderControl: React.FC<{ status: string; onClick?: () => void; includeDiv?: boolean; tapToSpeak?: boolean; primaryColor: string; primaryDarkColor: string; }>; export default RecorderControl;