type ChatProps = { apiSecret: string; clusterId: string; runId?: string; agentId?: string; endpoint?: string; }; export declare const ChatInterface: ({ apiSecret, clusterId, runId, agentId, endpoint }: ChatProps) => import("react/jsx-dev-runtime").JSX.Element; export {};