export declare const ALLFIELDS = "All Fields"; export declare const EDIT_MODE: { QUICK_EDIT: string; INLINE: string; FORM: string; DIALOG: string; }; export declare const isDataSetWidget: (widget: any) => boolean; export declare const getDataTableFilterWidget: (type: any) => any; /** * @ngdoc function * @name wm.widgets.live.getEditModeWidget * @methodOf wm.widgets.live.LiveWidgetUtils * @function * * @description * This function returns the default widget for grid * * @param {object} colDef field definition */ export declare const getEditModeWidget: (colDef: any) => any;