///
type Options = {
title?: string;
caption?: string;
posttype?: 'link' | string;
};
declare const TumblrShareButton: import("react").ForwardRefExoticComponent, "forwardedRef" | "networkName" | "networkLink" | "opts"> & Options & {
tags?: string[] | undefined;
} & import("react").RefAttributes>;
export default TumblrShareButton;