export declare function focusElement(element: Element, maxAttemptCount?: number): Promise<void>;
