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