import { MessageListProps } from '../types/whatsapp'; export declare const MessageList: ({ messages, isLoading, error, activity, icon, showIcon, enableScroll, }: MessageListProps) => import("react/jsx-runtime").JSX.Element;