import { default as ChatInput } from './index.vue'; export type { ChatInputProps, ChatInputEmits } from './types'; export { ChatInput as SHChatInput }; export default ChatInput;