/** * Rule that detects perceptible content between a popover trigger and its target. * * When a `[popovertarget]` element or a `[commandfor]` element with a popover-related * `command` attribute and its corresponding `[popover]` target exist in the DOM, any * focusable elements, elements with accessible names, or non-whitespace text nodes * between them are reported as violations. */ declare const _default: Readonly>; export default _default;