import { HtmlRR0Context } from "../RR0Context.js"; import { CountryCode, Occupation, People } from "@rr0/data"; export declare class PeopleHtmlRenderer { renderLink(context: HtmlRR0Context, people: People, pseudoPeopleList: People[], allCountries: Set, occupations: Set, filterOccupations?: Occupation[], content?: string): HTMLElement; }