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