export declare function contains(containers: Set<HTMLElement>, element: HTMLElement): boolean;
