export declare const CHANGE_ICON_BI_PARAMS: { action_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; control_type: string; }; export declare const RENAME_BI_PARAMS: { action_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; control_type: string; }; export declare const RENAME_CONFIRM_BI_PARAMS: { action_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; control_type: string; }; export declare const HIDE_BI_PARAMS: { action_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; control_type: string; }; export declare const UNHIDE_BI_PARAMS: { action_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; control_type: string; }; export declare const REORDER_BI_PARAMS: { action_type: string; control_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; }; export declare const dataHooks: { nestableList: string; buttonItem: string; }; export declare const tooltips: { moreActions: string; };