export declare const hasTabIndex: (element: HTMLElement) => boolean; export declare function isHidden(element: HTMLElement): boolean; export declare function isDisabled(element: HTMLElement): boolean; export declare function isContentEditable(element: HTMLElement): boolean; export declare function isFocusable(element: HTMLElement): boolean; //# sourceMappingURL=tabbable.d.ts.map