import { Place } from "@rr0/place";
import { HtmlRR0Context } from "../RR0Context.js";
/**
 * Convert a place to a <span class="place"> tag with the place name (or location)
 */
export declare class PlaceRenderer {
    render(context: HtmlRR0Context, place: Place): string;
}
