declare const _default: { plugins: string[]; parserOptions: { ecmaFeatures: { jsx: boolean; }; }; rules: { 'jsx-a11y/anchor-has-content': (string | { components: never[]; })[]; 'jsx-a11y/aria-role': (string | { ignoreNonDom: boolean; })[]; 'jsx-a11y/aria-props': string; 'jsx-a11y/aria-proptypes': string; 'jsx-a11y/aria-unsupported-elements': string; 'jsx-a11y/alt-text': (string | { elements: string[]; img: never[]; object: never[]; area: never[]; 'input[type="image"]': never[]; })[]; 'jsx-a11y/img-redundant-alt': string; 'jsx-a11y/label-has-for': (string | { components: never[]; required: { every: string[]; }; allowChildren: boolean; })[]; 'jsx-a11y/label-has-associated-control': (string | { labelComponents: never[]; labelAttributes: never[]; controlComponents: never[]; assert: string; depth: number; })[]; 'jsx-a11y/control-has-associated-label': (string | { labelAttributes: string[]; controlComponents: never[]; ignoreElements: string[]; ignoreRoles: string[]; depth: number; })[]; 'jsx-a11y/mouse-events-have-key-events': string; 'jsx-a11y/no-access-key': string; 'jsx-a11y/no-onchange': string; 'jsx-a11y/interactive-supports-focus': string; 'jsx-a11y/role-has-required-aria-props': string; 'jsx-a11y/role-supports-aria-props': string; 'jsx-a11y/tabindex-no-positive': string; 'jsx-a11y/heading-has-content': (string | { components: string[]; })[]; 'jsx-a11y/html-has-lang': string; 'jsx-a11y/lang': string; 'jsx-a11y/no-distracting-elements': (string | { elements: string[]; })[]; 'jsx-a11y/scope': string; 'jsx-a11y/click-events-have-key-events': string; 'jsx-a11y/no-static-element-interactions': (string | { handlers: string[]; })[]; 'jsx-a11y/no-noninteractive-element-interactions': (string | { handlers: string[]; })[]; 'jsx-a11y/accessible-emoji': string; 'jsx-a11y/aria-activedescendant-has-tabindex': string; 'jsx-a11y/iframe-has-title': string; 'jsx-a11y/no-autofocus': (string | { ignoreNonDOM: boolean; })[]; 'jsx-a11y/no-redundant-roles': string; 'jsx-a11y/media-has-caption': (string | { audio: never[]; video: never[]; track: never[]; })[]; 'jsx-a11y/no-interactive-element-to-noninteractive-role': (string | { tr: string[]; })[]; 'jsx-a11y/no-noninteractive-element-to-interactive-role': (string | { ul: string[]; ol: string[]; li: string[]; table: string[]; td: string[]; })[]; 'jsx-a11y/no-noninteractive-tabindex': (string | { tags: never[]; roles: string[]; })[]; 'jsx-a11y/anchor-is-valid': (string | { components: string[]; specialLink: string[]; aspects: string[]; })[]; 'jsx-a11y/autocomplete-valid': (string | { inputComponents: never[]; })[]; 'jsx-a11y/anchor-ambiguous-text': string; 'jsx-a11y/prefer-tag-over-role': string; 'jsx-a11y/no-aria-hidden-on-focusable': string; }; }; export = _default;