export declare class FlowChartConst { static EXIST_DATA: string; static CHANGING_TEMPLATE: string; static SELECTED_JSON_CONTENT: string; static IS_SELECTED_TEMPLATE: string; static PROCESS_FLOWCHART_ID: string; static SELECTED_FLOWCHART_ID: string; static SELECTED_SHAPE_ID: string; static SELECT_TEMPLATE: string; static JOINT: string; static GRAPH: string; static PAPER: string; static PAPER_SCROLLER: string; static MUST_SELECT_TEMPLATE: string; static NEXT_CHANGING_TEMPLATE: string; static IS_NOT_SHOW_AGAIN: string; static BLANK_FLOWCHART: string; static SHAPE_FLOWCHART: string; static PROCESS_SHAPE_FLOWCHART: string; static SHAPE_FLOWCHART_LOADING: string; static IS_SHOW_CONNECTYPE: string; static MY_CELL_VIEW: string; static SHAPE_TYPE: string; static EDIT_MODE: string; static PROCESS_SHAPE_DETAIL_MODEL: string; static SHAPE_DETAIL_MODEL: string; static TAB_NAME: string; static TAB_BPMN_CHOREOGRAPHY: string; static TAB_CONNECTION: string; static DIAGRAM_LOADED: string; static NOT_ALLOW_CREATE_DELETE_FLOW_TEMPLATE: string; static SAVE_AS_TEMPLATE: string; static DELETE_TEMPLATE: string; static RESET_TEMPLATE: string; static ORG_JSONCONTENT: string; static KS_CHANGE_TEMPLATE: string; static KS_DELETE_TEMPLATE: string; static KS_SAVE_AS_TEMPLATE: string; static KS_RESET_TEMPLATE: string; static KS_ORG_JSONCONTENT: string; static KS_SELECTED_FLOWCHART_ID: string; static KS_SELECTED_JSONCONTENT: string; static KS_IS_SELECTED_TEMPLATE: string; }