/** * @fileoverview Methods that are passed into JSX expression should bind this. * @author Richard Simpson */ import { Rule } from "eslint"; declare const JsxBindMethodRule: Rule.RuleModule; export default JsxBindMethodRule;