import { RuleModule } from"../analyze/types/rule/rule-module.js";
/**
* This rule validates that complex types are not used within an expression in an attribute binding.
*/declareconstrule: RuleModule;
exportdefault rule;
//# sourceMappingURL=no-complex-attribute-binding.d.ts.map