import { ShieldsIOOptions } from "../../options";
/** Label for Read the Docs (/readthedocs/:packageName) */
export declare const label = "Read the Docs";
/** URL for Read the Docs (/readthedocs/:packageName) */
export declare const url: (packagename: string, options?: ShieldsIOOptions | undefined) => string;
