export declare const getFocusMerge: (topNode: Element | Element[], lastNode: Element | null) => undefined | {
    node: HTMLElement;
};
