export declare class NgDocFocusUtils {
    static isNativeKeyboardFocusable(element: Element): boolean;
    static getClosestKeyboardFocusable(initial: HTMLElement, root: Node, forward?: boolean): HTMLElement | null;
    static focusClosestElement(initial: HTMLElement, root: Node, forward?: boolean): void;
}
