import { CombineProps } from '../../interface'; import type { ChatBoxProps, CommonChatsProps } from '../interface'; interface ChatContentProps extends CommonChatsProps { } export declare const chatContentVuePropsType: CombineProps; export declare const chatBoxPropTypes: CombineProps; export {};