// Type definitions for dialog-polyfill 0.5 // Project: https://github.com/GoogleChrome/dialog-polyfill // Definitions by: Ruben Swieringa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function registerDialog(element: HTMLElement): void;