| import { RuleModule } from "../analyze/types/rule/rule-module.js"; | |
| /** | |
| * This rule validates that non-attribute bindings are always used with an expression. | |
| */ | |
| declare const rule: RuleModule; | |
| export default rule; | |
| //# sourceMappingURL=no-expressionless-property-binding.d.ts.map |