import './index.css'; export { Speechly } from './components/Speechly'; export type { SpeechlyProps } from './components/Speechly/types'; export { setApiKey, createApi } from './lib/api';