declare function htmlTag(tag: string, attrs: { [key: string]: string | boolean; }, text?: string, escape?: boolean): string; export = htmlTag;