import { StringSet } from '../../../packages/uikit/src/ui/Label/stringSet'; import { Constant } from '../../const'; export interface ChatAiWidgetProps extends Omit, 'stringSet'> { applicationId: string; botId: string; hashedKey?: string; stringSet?: Partial; } export default function ChatAiWidget(props: ChatAiWidgetProps): import("react/jsx-runtime").JSX.Element;