declare function matches(element: HTMLElement, selector: string): boolean;
export { matches, };
