/// import { InkeepAIChatProviderProps } from '../components/InkeepAIChatProvider'; import { InkeepWidgetBaseProviderProps } from '../components/InkeepBaseContextProvider'; import { InkeepModalProviderProps } from '../components/InkeepModalProvider'; import { InkeepSearchProviderProps } from '../components/InkeepSearchProvider'; import { WithCustomStylesProps } from '../hocs/withStyles'; interface InkeepModalProps { modalProps: InkeepModalProviderProps; searchProps: InkeepSearchProviderProps; baseProps: InkeepWidgetBaseProviderProps; aiChatProps: InkeepAIChatProviderProps; } export declare const InkeepModal: React.FC; export {};