export declare const canUseDOM: boolean; export declare const getHTMLElementByChildren: (children: HTMLCollection, index: number) => HTMLElement | null; export declare const getHTMLElementSiblingByDirection: (el: T, direction: "left" | "right") => HTMLElement | null;