interface MessageListProps { showParticipantChrome?: boolean; } declare const MessageList: ({ showParticipantChrome }: MessageListProps) => import("react/jsx-runtime").JSX.Element; export default MessageList; //# sourceMappingURL=MessageList.d.ts.map