/**
*
* Detects if element is a form element.
*
* @param {Element} element The element to check.
*
* @return {boolean} True if form element and false otherwise.
*/exportdefaultfunctionisFormElement(element: Element): boolean;
//# sourceMappingURL=is-form-element.d.ts.map