import React from 'react'; interface Props { /** The label that will be shown for audio output speaker control, it defaults to `Speaker`. */ label?: string; } declare const AudioOutputControl: React.FC; export default AudioOutputControl;