/**
 * @fileoverview Disallows unencoded HTML entities in attribute values
 * @author James Garbutt <https://github.com/43081j>
 */
import { Rule } from 'eslint';
export declare const rule: Rule.RuleModule;
