export declare const DYNAMIC_COL_TYPE = "dynamicCol"; export declare const STATIC_COL_TYPE = "staticCol"; export declare const DATASOURCE_COL_TYPE = "dataSourceCol"; export declare const SERVICE_COL_TYPE = "serviceCol"; export declare const ORDER_COL_TYPE = "orderCol"; export declare const TYPE_TEXT_MAPPING: { dynamicCol: string; staticCol: string; dataSourceCol: string; serviceCol: string; orderCol: string; }; declare const COMP_COL: { Table: { type: string; label: string; tips: string; }[]; TreeTable: { type: string; label: string; tips: string; }[]; DynamicTable: { type: string; label: string; tips: string; }[]; Form: { type: string; label: string; tips: string; }[]; Description: { type: string; label: string; tips: string; }[]; Transfer: { type: string; label: string; tips: string; }[]; ChartLine: { type: string; label: string; tips: string; }[]; ChartBar: { type: string; label: string; tips: string; }[]; LXBarChart: { type: string; label: string; tips: string; }[]; LXLineChart: { type: string; label: string; tips: string; }[]; }; export { COMP_COL };