/** Returns true when an HTML tag is a void element that cannot have children. */ export declare function isVoidHtmlElement(tagName: string): boolean; //# sourceMappingURL=html-elements.d.ts.map