/** * @component * Can be themed with `Theme.DeviceManager` in [Theme](Theme). * @category Components / Basic * @description This component renders a dropdown menu with a list of available audio devices, that enables user to change the medium for receiving and sending audio. * @private */ export declare const DeviceManager: () => JSX.Element;