import { CustomScreenProps } from './Chatbot.types'; export declare function CustomScreen({ onClose, customScreenJsx, userChats, setUserChats, onSendIconClick, activeList, handleRefresh, handleMicClick, suggestionBanner, isStopIcon, onStopIconClick, onCloseSuggestionBanner, showSuggestionBanner, customInputComponent, isFullWidth, }: CustomScreenProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=customScreen.d.ts.map