import { ShieldsIOOptions } from "../../options";
/** Label for Maven Central with version prefix filter (/maven-central/v/:groupId/:artifactId/:versionPrefix) */
export declare const label = "Maven Central with version prefix filter";
/** URL for Maven Central with version prefix filter (/maven-central/v/:groupId/:artifactId/:versionPrefix) */
export declare const url: (groupid: string, artifactid: string, versionprefix: string, options?: ShieldsIOOptions | undefined) => string;
