/**
 * @import { ESLint, Linter } from "eslint";
 */
/** @type {{'jsx-a11y': ESLint.Plugin}} */
export const jsxA11yPlugin: {
    "jsx-a11y": ESLint.Plugin;
};
/** @type {Linter.RulesRecord} */
export const jsxA11yRules: Linter.RulesRecord;
import type { ESLint } from "eslint";
import type { Linter } from "eslint";
