export declare function nextElement(element?: HTMLElement, reverse?: boolean): HTMLElement | undefined;
