/**
 * Type of the confirm event.
 */
export declare enum ConfirmEventType {
    ACCEPT = 0,
    REJECT = 1,
    CANCEL = 2
}
