export declare const DefaultScopes: string[]; export interface FocusOptions { scopes: string[]; focus: boolean; select: boolean; } export declare function focus(element: Element | undefined | null, options?: Partial): Element | undefined; export declare function focusFirstEligible(element: Element | undefined | null, options?: Partial): Element | undefined;