/** * Rule that disallows elements matching the configured CSS selectors. * * Accepts an array of selector strings as its value. Queries the document * (and per-element overrides) for matching elements and reports each one * as disallowed. */ declare const _default: Readonly>; export default _default;