import './style/style.css' export { ChatProvider } from './providers/ChatProvider'; export { Chat } from './components/Chat'; export type { ChatProps } from './components/Chat'; export type { ChatUIOptions } from './providers/ChatUIOptions'; export type { Booking, BookingField, BookingStatus } from './types/type'; export * from './Chat.config';