import React from 'react'; import type { InkeepEmbeddedChatCoreProps, InkeepEmbeddedChatProps } from '../components/InkeepWidgetProps'; export declare const InkeepEmbeddedChatCore: React.FC; export declare const InkeepEmbeddedChat: React.FC;