/// export declare const MODAL_TITLE_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const MODAL_TITLE_POPOVER_TIP_MAP: { Table: JSX.Element; TreeTable: JSX.Element; DynamicTable: JSX.Element; Description: JSX.Element; }; export declare const BIND_DATASOURCE_LABEL_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_DATASOURCE_POPOVER_TIP_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_DATASOURCE_PLACEHOLDER_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_TITLE_LABEL_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_TITLE_POPOVER_TIP_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_TITLE_PLACEHOLDER_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_DATAINDEX_LABEL_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_DATAINDEX_POPOVER_TIP_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; }; export declare const BIND_DATAINDEX_PLACEHOLDER_MAP: { Table: string; TreeTable: string; DynamicTable: string; Description: string; };