/** * Rule that detects attributes that have no effect on their owner element. * * Checks each attribute's spec for ineffective conditions (CSS selectors) * and reports when the owner element matches any of those conditions, * meaning the attribute is present but has no practical effect. */ declare const _default: Readonly>; export default _default;