export declare enum ModalType {
    dialog = "dialog",
    scroll = "scroll",
    default = "default"
}
