import { ShieldsIOOptions } from "../../options";
/** Label for Gem (/gem/dt/:gem) */
export declare const label = "Gem";
/** URL for Gem (/gem/dt/:gem) */
export declare const url: (gem: string, options?: ShieldsIOOptions | undefined) => string;
