import React from 'react';
import type { LinkConfiguration } from '../';
export declare const LinkConnect: (props: LinkConfiguration) => React.JSX.Element | null;
