import { ChatBaseProps } from './ChatBase';

declare const WhisperItem: ({ message, onSendWhisper }: ChatBaseProps) => import("react/jsx-runtime").JSX.Element;
export default WhisperItem;
