/** * Test if child is a child node of parent */ export declare function isChildElement(child: HTMLElement, parent: HTMLElement): boolean;