import { MdDialog } from '@material/web/dialog/dialog'; /** Adds a listener to the window popstate event that will close the dialog when the user navigates away from the page. **/ export declare function dialogOpenNavigationHack(dialog: MdDialog): void; export declare function dialogCloseNavigationHack(dialog: MdDialog): void; //# sourceMappingURL=dialog-navigation-hack.d.ts.map