export declare const isLeaf: (el: HTMLElement) => boolean; export declare const getSibling: (el: HTMLElement, distance: number, elClass: string) => Element | null; export declare const focusNode: (el: HTMLElement) => void; export declare const isKorean: (text: string) => boolean;