/** * @fileoverview Detects usages of the `value` attribute * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;