export declare const keyboard: {
/**
* - Ensure every accesskey attribute value is unique
* - accesskey attribute value should be unique ([url](https://dequeuniversity.com/rules/axe/4.10/accesskeys?application=axeAPI))
*/
readonly accesskeys: "accesskeys";
/**
* - Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content
* - Page must have means to bypass repeated blocks ([url](https://dequeuniversity.com/rules/axe/4.10/bypass?application=axeAPI))
*/
readonly bypass: "bypass";
/**
* - Ensure elements in the focus order have a role appropriate for interactive content
* - Elements in the focus order should have an appropriate role ([url](https://dequeuniversity.com/rules/axe/4.10/focus-order-semantics?application=axeAPI))
*/
readonly focusOrderSemantics: "focus-order-semantics";
/**
* - Ensure `` and `