export declare function getLabel(value: string | ((location: Location) => string | undefined) | undefined, location: Location): string | undefined;