// Type definitions for html-void-elements 1.0 // Project: https://github.com/wooorm/html-void-elements // Definitions by: rhysd // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare const TagNames: string[]; export = TagNames;