export declare enum ModalDismissReasons { BACKDROP_CLICK = 0, CLOSE_CLICKED = 1, ESC = 2 }