import { AssistantTransport } from './utils'; export declare type WorkflowAction = { name: string; description?: string; instructions: string; }; export declare type AssistantChatProps = { transport: AssistantTransport; bottom?: number; color?: string; workflowActions?: WorkflowAction[]; }; declare const AssistantChat: ({ transport, bottom, color, workflowActions }: AssistantChatProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default AssistantChat; //# sourceMappingURL=index.d.ts.map