import { MdDialog } from '@material/web/dialog/dialog'; /** md-dialog does not use the native scrim and rolls their own. On their scrim, they set the z-index to 1 so anything on your app with a higher z-index bleeds. hacky fix for https://github.com/material-components/material-web/issues/4948 remove when resolved in origin **/ export declare function dialogZIndexHack(dialog: MdDialog): void; //# sourceMappingURL=dialog-zindex-hack.d.ts.map