export declare enum DialogTypeEnum {
    CONFIRM = "CONFIRM",
    ERROR = "ERROR",
    INPUT_CONFIRM = "INPUT_CONFIRM"
}
