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