export declare const getHref: (elemNode: HTMLElement) => string | null; export declare const getIdFromHash: (hash: string) => string; export declare const isIncludeDomElement: (el: HTMLElement, listName: string) => boolean;