export declare const useSpeech: () => {
    speak: (string: string) => void;
};
