/// <reference types="react" />
import { LinkedInType } from './types';
export declare function LinkedIn({ children, redirectUri, clientId, onSuccess, onError, state, scope, closePopupMessage, }: LinkedInType): JSX.Element;
