export interface Element { prototype: { msMatchesSelector(selectors: string): boolean; webkitMatchesSelector(selectors: string): boolean; }; }