/**
 * Set Attempt to set focus on the current node.
 *
 * @param element The node to attempt to focus on.
 * @returns true if element is focused.
 */
export declare function focusAttempt(element: HTMLElement): boolean;
