export declare const buttons: {
    btnOk: string;
    btnCancel: string;
};
export declare const arrayKeyField = "__rec_id__";
export declare const htmlDateFormat = "yyyy-MM-dd";
export declare const htmlTimeFormat = "HH:mm";
export declare const htmlTimeFormatWithSeconds = "HH:mm:ss";
