/**
 * Returns all the available voices on the system.
 * This hook is here to backward compatibility with the previous version of the library that was using
 * a different non-stable version of the Web Speech API.
 */
declare const useSystemVoices: () => SpeechSynthesisVoice[];
export default useSystemVoices;
