import { ShieldsIOOptions } from "../../options";
/** Label for Wheelmap (/wheelmap/a/:nodeId) */
export declare const label = "Wheelmap";
/** URL for Wheelmap (/wheelmap/a/:nodeId) */
export declare const url: (nodeid: string, options?: ShieldsIOOptions | undefined) => string;
