///
declare const LivejournalShareButton: import("react").ForwardRefExoticComponent, "forwardedRef" | "networkName" | "networkLink" | "opts"> & {
title?: string | undefined;
description?: string | undefined;
} & import("react").RefAttributes>;
export default LivejournalShareButton;