import React from 'react';
import type { PropsWithChildrenOnly } from '../../types/types';
export declare const MESSAGE_LIST_MAIN_PANEL_CLASS: "str-chat__main-panel-inner str-chat__message-list-main-panel";
export declare const MessageListMainPanel: ({ children }: PropsWithChildrenOnly) => React.JSX.Element;
