import { RuleModule } from"../analyze/types/rule/rule-module.js";
/**
* This rule validates that only known attributes are used in attribute bindings.
*/declareconstrule: RuleModule;
exportdefault rule;
//# sourceMappingURL=no-unknown-attribute.d.ts.map