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