import type { ConnectionListProps } from "../types"; declare function ConnectionList(props: ConnectionListProps): import("react/jsx-runtime").JSX.Element; export default ConnectionList;