/**
 * A side effect to retrieve all the available system voices using the Web_Speech_API
 */
declare const useSystemVoices: () => SpeechSynthesisVoice[];
export default useSystemVoices;
