import React from 'react';
import type { ConversationListProps } from './types';
export declare const ConversationList: React.FC<ConversationListProps>;
