///
declare type Options = {
/** The url-encoded title value that you wish you use. */
title?: string;
/** The url-encoded description that you wish you use. */
summary?: string;
/** The url-encoded source of the content (e.g. your website or application name) */
source?: string;
};
declare const LinkedinShareButton: import("react").ForwardRefExoticComponent, "forwardedRef" | "networkName" | "networkLink" | "opts"> & Options & import("react").RefAttributes>;
export default LinkedinShareButton;