export declare enum ModalResult {
    MRFREE = -1,
    MRCUSTOM = 0,
    MROK = 1,
    MRCANCEL = 2,
    MRABORT = 3,
    MRRETRY = 4,
    MRIGNORE = 5,
    MRYES = 6,
    MRNO = 7,
    MRCLOSE = 8
}
//# sourceMappingURL=modal-result.d.ts.map