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