import * as React from 'react'; import 'react-chat-elements/dist/main.css'; export declare const AIChatView: () => React.JSX.Element; export declare function DefaultChatViewHeader({ handleClear, handleCloseChatView, }: { handleClear: () => any; handleCloseChatView: () => any; }): React.JSX.Element; //# sourceMappingURL=chat.view.d.ts.map