import { SelectProps } from 'antd';
export declare const getSpeechSynthesisVoiceOptions: (locale?: string) => SelectProps['options'];
