export declare function keyValuePairToHtmlTable(obj: {
    [key: string]: string;
}): string;
//# sourceMappingURL=keyValuePairToHtmlTable.d.ts.map