export { App, AppProps } from './App'; export { Chat, ChatProps } from './Chat'; export * from 'botframework-directlinejs'; export { queryParams } from './Attachment'; export { SpeechOptions } from './SpeechOptions'; export { Speech } from './SpeechModule'; import 'core-js/modules/es6.string.starts-with'; import 'core-js/modules/es6.array.find'; import 'core-js/modules/es6.array.find-index';