import { ShieldsIOOptions } from "../../options";
/** Label for WordPress Plugin Rating (/wordpress/plugin/stars/:slug) */
export declare const label = "WordPress Plugin Rating";
/** URL for WordPress Plugin Rating (/wordpress/plugin/stars/:slug) */
export declare const url: (slug: string, options?: ShieldsIOOptions | undefined) => string;
