import { VuiComponent } from "../core/vui.js";
import { ChatInputProps } from "./chat.types.js";
import "../index.js";
//#region src/chat/chatInput.d.ts
/**
 * Displays a chat input interface.
 */
declare const ChatInput: VuiComponent<"input", ChatInputProps>;
//#endregion
export { ChatInput, ChatInput as default };

//# sourceMappingURL=chatInput.d.ts.map