import { ShieldsIOOptions } from "../../options";
/** Label for Mastodon Follow (/mastodon/follow/:id?domain=https%3A%2F%2Fmastodon.social) */
export declare const label = "Mastodon Follow";
/** URL for Mastodon Follow (/mastodon/follow/:id?domain=https%3A%2F%2Fmastodon.social) */
export declare const url: (id: string, options?: ShieldsIOOptions | undefined) => string;
