import { Connection } from '../types/Connection';
interface Props {
    connection: Connection;
}
declare const ConnectionListItem: ({ connection }: Props) => JSX.Element;
export default ConnectionListItem;
