export declare function itemAndParents(el: HTMLElement): Generator; export declare function isDescendantOf(el: Element, parentCandidate: Element): boolean; export declare function el(name: string, props: Record): HTMLElement;