import { WebSocialShareLinkedinAttributes } from '../types/attributes';
export declare const linkedin: ({ socialShareUrl, socialShareText, socialShareDescription, socialShareSource, openWindowTarget: target }: WebSocialShareLinkedinAttributes) => Promise<void>;
