/** * Rule that disallows explicit values on boolean attributes. * * Checks each attribute against the HTML spec and reports when a boolean * attribute (e.g., `disabled`, `checked`) is written with an explicit value * such as `disabled="disabled"` instead of the bare attribute name. */ declare const _default: Readonly>; export default _default;