declare module 'react-attr-converter' declare module 'reserved-words' declare module 'is-self-closing' { function isSelfClosing(tagName: string): boolean namespace isSelfClosing { } export = isSelfClosing }