declare const contains: (context: HTMLElement, node: HTMLElement) => boolean;
export default contains;
