declare module 'html-to-react/lib/camel-case-attribute-names' { const camelCaseMap: { [key: string]: string }; export default camelCaseMap; }