/** * @fileoverview Disallows a set of attributes from being used in templates * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;