/** * Rule that disallows explicitly setting an attribute to its default value. * * Looks up each attribute's default value from the spec and reports when * the authored value matches the default, since the attribute can be * omitted entirely for the same effect. */ declare const _default: Readonly>; export default _default;