/**
 * Tumblr Network Definition
 * @see https://help.tumblr.com/knowledge-base/share-button-documentation
 */
import type { Network } from '../types/index.js';
export declare const tumblr: Network;
