export declare const SET_ROW_ALL_CELL_BACKGROUND_COLOR = 1; export declare const SET_ROW_SPECIAL_CELL_BACKGROUND_COLOR = 2; export declare const SET_ROW_ALL_CELL_CONTENT_STYLE = 3; export declare const SET_ROW_SPECIAL_CELL_CONTENT_STYLE = 4; export declare const ROW_CELL_FORMAT_STYLE_MAP: { 1: string; 2: string; 3: string; 4: string; }; export declare const PURE_COLOUR_FILL = "pureColourFill"; export declare const POINT_TAG = "pointTag"; export declare const GHOST_TAG = "ghostTag"; export declare const FADE_COLOUR_TAG = "fadeColourTag"; export declare const PURE_COLOUR_TAG = "pureColourTag"; export declare const HYPER_LINK = "hyperlink"; export declare const THUMBNAIL = "thumbnail"; export declare const ROW_CELL_CONTENT_STYLE_MAP: { pureColourFill: string; pointTag: string; ghostTag: string; fadeColourTag: string; pureColourTag: string; hyperlink: string; }; export declare const RELATION_OR = "or"; export declare const RELATION_AND = "add"; export declare const OPERATOR_EQUAL = "="; export declare const OPERATOR_NOT_EQUAL = "!="; export declare const OPERATOR_GREATER_THAN = ">"; export declare const OPERATOR_GREATER_THAN_EQUAL = ">="; export declare const OPERATOR_LESS_THAN = "<"; export declare const OPERATOR_LESS_THAN_EQUAL = "<="; export declare const OPERATOR_INCLUDE = "include"; export declare const OPERATOR_NOT_INCLUDE = "notInclude"; export declare const OPERATOR_STARTS_WITH = "startsWith"; export declare const OPERATOR_ENDS_WITH = "endsWith"; export declare const OPERATOR_NULL = "null"; export declare const OPERATOR_NOT_NULL = "notNull"; export declare const RELATION_MAP: { or: string; add: string; }; export declare const OPERATOR_MAP: { "=": string; "!=": string; ">": string; "<": string; include: string; notInclude: string; startsWith: string; endsWith: string; null: string; notNull: string; }; export declare const BODY_CELL_MODE_ED = "editor"; export declare const PAGE_JUMP = "pageJump"; export declare const OPEN_MODAL = "openModal"; export declare const DOWNLOAD_FILE = "downloadFile"; export declare const PREVIEW_FILE = "previewFile"; export declare const CUSTOM = "custom"; export declare const PREVIEW_POP_UP = "popUp"; export declare const PREVIEW_NEW_TAB = "newTab"; export declare const ROUTE_PUSH = "push"; export declare const ROUTE_REPLACE = "replace"; export declare const EDIT_COMPONENT_STOP_PROPAGATION_CLS = "table-edit-component-stop-propagation"; export declare const TH_CELL_KEY = "cellKey";