declare const MessagePanelWrapper: ({ children }: { children: any; }) => JSX.Element; export default MessagePanelWrapper;