/**
 * @fileoverview Disallows use of native attributes as properties
 * @author Pascal Schilp <https://github.com/thepassle>
 */
import { Rule } from 'eslint';
export declare const rule: Rule.RuleModule;
