export declare function contains(parent: HTMLElement | null, child: HTMLElement): boolean;
