export declare function focusElement(elementOrSelector: string | HTMLElement): void; export declare function focusAutofocusElement(): boolean; export declare function getAutofocusElement(): HTMLElement | undefined;