import { ChatAiWidgetProps } from './ChatAiWidget'; /** * NOTE: External purpose only. * Do not use this component directly. Use Chat instead for internal use. */ declare function WidgetWindowFullScreen(props: ChatAiWidgetProps): import("react/jsx-runtime").JSX.Element; export default WidgetWindowFullScreen;