/**
  @private
  @param {Element} element the element to check
  @returns {boolean} `true` when the element is a select element, `false` otherwise
*/
export default function isSelectElement(element: Element | Document): element is HTMLSelectElement;
//# sourceMappingURL=-is-select-element.d.ts.map