export declare function elementContains(parent: HTMLElement, child: HTMLElement): boolean;
