import type { ChatOptions } from "../Chat/Chat.types.js"; export type ChatProps = Omit; export interface ChatSendDetail { value: string; } export declare function registerChatElement(): CustomElementConstructor | undefined; //# sourceMappingURL=chat.d.ts.map