/** * @fileoverview Enforces the use of static styles in elements * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;