/**
 * @param {Element} element
 * @return {element is HTMLInputElement | HTMLTextAreaElement} Whether the element is an input or textarea
 */
export default function isInputOrTextArea(element: Element): element is HTMLInputElement | HTMLTextAreaElement;
//# sourceMappingURL=is-input-or-text-area.d.ts.map