import { ShieldsIOOptions } from "../../options";
/** Label for Stack Exchange reputation (/stackexchange/:stackexchangesite/r/:query) */
export declare const label = "Stack Exchange reputation";
/** URL for Stack Exchange reputation (/stackexchange/:stackexchangesite/r/:query) */
export declare const url: (stackexchangesite: string, query: string, options?: ShieldsIOOptions | undefined) => string;
