/** * Rule that reports the use of deprecated, obsolete, or non-standard HTML * elements. * * Walks HTML and SVG elements and checks their spec status. Reports any * element that is marked as deprecated, obsolete, or non-standard in the * HTML specification. */ declare const _default: Readonly>; export default _default;