export declare const DDialogCloseOn: { readonly NONE: 0; readonly ESC: 1; readonly CLICK_OUTSIDE: 2; }; export type DDialogCloseOn = number;