// Type definitions for react-highlighter // Project: https://github.com/helior/react-highlighter // Definitions by: Pedro Pereira // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "react-highlighter" { var Highlight: any; export = Highlight; }