export { default } from './Speech'; export type { VoiceProps, EventProps, VoiceOptions, ProgressEventProps, } from './NativeSpeech'; export type { HighlightedTextProps, HighlightedSegmentArgs, HighlightedSegmentProps, } from './components/types'; export { default as HighlightedText } from './components/HighlightedText'; //# sourceMappingURL=index.d.ts.map