import React from 'react'; import { ChatInputElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const ChatInput: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-chat-input': React.DetailedHTMLProps, ChatInputElement> | Partial; } } } //# sourceMappingURL=ChatInputComponent.d.ts.map