import type { ChatInputProps } from './types.js';
declare const ChatInput: import("svelte").Component<ChatInputProps, {}, "">;
type ChatInput = ReturnType<typeof ChatInput>;
export default ChatInput;
