declare interface Element {
  msMatchesSelector?: (selector: string) => boolean;
}
