import React from 'react'; type Props = {} const VoiceManagement = (props: Props) => { return (
VoiceManagement
); }; export default VoiceManagement;