import type { Options } from './types.js'; /** * WAI-ARIA rule for markuplint. * * Validates the correct usage of WAI-ARIA roles, states, and properties * on HTML elements. This rule performs a comprehensive set of checks including * role validity, property values, required owned elements, and conformance * with the ARIA in HTML specification. * * Individual checks can be toggled on or off via the rule's options. */ declare const _default: Readonly>; export default _default;