import { RefObject } from 'react'; export interface MatchingConnectionsProps { value: Record; boardRef: RefObject; leftRefs: RefObject>; rightRefs: RefObject>; } export declare function MatchingConnections({ value, boardRef, leftRefs, rightRefs, }: MatchingConnectionsProps): import("react").JSX.Element | null;