/**
 * Patch the HTMLElement prototype
 *
 * This function patches checkValidity, reportValidity and elements
 */
export declare function patchFormPrototype(): void;
