import { AutoCheckA11yRule } from "../../../model";
declare const _default: (AutoCheckA11yRule & {
    attributes?: string[];
    criterion: string;
    wcag: string;
    id: string;
    elementType: string;
    query: import("../../../query").Query;
    description?: string;
    help?: string | string[];
    shouldNotExist?: boolean;
})[];
export default _default;
