declare const _exports: RuleModule<[{ allow?: { tag: string; attr: string; valuePattern?: string; }[]; }]>; export = _exports; import type { RuleModule } from "../types"; //# sourceMappingURL=no-invalid-attr-value.d.ts.map