export declare function isFocusableElement(element: Element): boolean;
export declare function isDisableableElement(element: any): boolean;
