/**
* Ponyfill of the HTMLFormElement.requestSubmit() method.
* Based on polyfill from: https://github.com/javan/form-request-submit-polyfill/blob/main/form-request-submit-polyfill.js
*/
export declare const requestSubmit: (element: HTMLFormElement, submitter?: HTMLElement) => void;