import { ShieldsIOOptions } from "../../options";
/** Label for Liberapay giving (/liberapay/gives/:entity) */
export declare const label = "Liberapay giving";
/** URL for Liberapay giving (/liberapay/gives/:entity) */
export declare const url: (entity: string, options?: ShieldsIOOptions | undefined) => string;
