/** * @internal * * Use the `isFocusable` utility function to check whether an element can receive * focus. */ export declare function isFocusable(element: any): boolean;