import { type ReactWebChatProps } from 'botframework-webchat-component'; import React from 'react'; import { type AddFullBundleProps } from './AddFullBundle'; type FullReactWebChatProps = Readonly>; declare const FullReactWebChat: (props: FullReactWebChatProps) => React.JSX.Element; export default FullReactWebChat; export type { FullReactWebChatProps }; //# sourceMappingURL=FullReactWebChat.d.ts.map