import { RuleModule } from"../analyze/types/rule/rule-module.js";
/**
* This rule validates that "null" and "undefined" types are not bound in an attribute binding.
*/declareconstrule: RuleModule;
exportdefault rule;
//# sourceMappingURL=no-nullable-attribute-binding.d.ts.map