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