/** * This polyfill originally came from https://github.com/GoogleChrome/dialog-polyfill/, * but we've stripped it down to only what we need to not crash node environments that * do not yet support the dialog element. */ export declare function shimDialogElement(element: HTMLDialogElement): void;