/// <reference types="react" />
import { ChatItemProps } from './type';
export declare const ChatItem: import("react").NamedExoticComponent<ChatItemProps>;
export type { ChatItemProps } from './type';
