export declare const focusOn: (target: HTMLFrameElement | HTMLInputElement) => void;
export declare const setFocus: (topNode: HTMLElement, lastNode: HTMLInputElement) => void;
