export declare const getDesignFormStore: () => import('pinia').Store<"designForm", Pick<{ formData: import('vue').Ref; formInfo: import('vue').Ref; compList: import('vue').Ref; containerDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; formDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; selfFormDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; allFormDataList: import('vue').Ref; currentCompCategory: import('vue').Ref; currentItemId: import('vue').Ref; parentCompType: import('vue').Ref; currentItemType: import('vue').Ref; currentFormPreps: import('vue').ComputedRef; currentSubItemId: import('vue').Ref; currentSubItem: import('vue').Ref, Record>; isEdit: import('vue').Ref; isDragging: import('vue').Ref; currentComp: import('vue').Ref; draggingItem: import('vue').Ref; refresh: import('vue').Ref; historyRecord: import('vue').Ref; componentVisible: import('vue').Ref; batchEditFieldVisible: import('vue').Ref; previewVisible: import('vue').Ref; shortKeyDisabled: import('vue').Ref; setCurrentSubTabName: (subTablePrimaryKey: string) => void; selectItemById: (itemId: string) => any; setAllFormDataList: (list: import('..').CompType[]) => void; setSelfFormDataList: (list: import('..').CompType[]) => void; setFormDataList: (list: import('..').CompType[]) => void; setContainerList: (list: import('..').CompType[]) => void; setParentContainer: (item: any) => void; getParentContainer: () => Record; getParentCompType: () => string; addSelfFormDataList: (list: import('..').CompType[]) => void; addContainerList: (list: import('..').CompType[]) => void; addFormDataList: (list: import('..').CompType[]) => void; addHistoryRecord: (reOrUnDoFlag: boolean) => void; redo: () => void; undo: () => void; selectItem: (data: any, itemType: string, parentType: string) => void; setRefresh: () => void; setSubItem: (subItem: any) => void; setFormInfo: (formData: any) => void; setCompList: (comps: Array) => void; loadCompNames: () => any; addComp: (comp: any) => void; setIsDragging: (flag: boolean) => void; setFormData: (data: any) => void; setIsEdit: (editFlag: boolean) => void; setCurrentComp: (currComp: object) => void; setCurrentItemType: (currItemType: string) => void; setParentCompType: (parentType: string) => void; setCurrentItemId: (currItemId: string) => void; setCurrentFormPreps: (currFormPreps: any) => void; setDraggingItem: (dragItem: any) => void; removePromise: () => void; clearAll: (_initComp?: boolean) => void; setComponentVisible: (visible: boolean) => void; setBatchEditFieldVisible: (visible: boolean) => void; setPreviewVisible: (visible: boolean) => void; setShortKeyDisabled: (disabled: boolean) => void; getFieldDataIndex: () => number; getCurrentCompEditUserInfo: (compId: string) => import('..').UserInfo; addCurrentCompEditUserInfo: (compId: string, userinfo: import('..').UserInfo) => void; removeCurrentCompEditUserInfo: (compId: string) => void; }, "formInfo" | "formData" | "compList" | "containerDataList" | "formDataList" | "selfFormDataList" | "allFormDataList" | "currentCompCategory" | "currentItemId" | "parentCompType" | "currentItemType" | "currentSubItemId" | "currentSubItem" | "isEdit" | "isDragging" | "currentComp" | "draggingItem" | "refresh" | "historyRecord" | "componentVisible" | "batchEditFieldVisible" | "previewVisible" | "shortKeyDisabled">, Pick<{ formData: import('vue').Ref; formInfo: import('vue').Ref; compList: import('vue').Ref; containerDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; formDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; selfFormDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; allFormDataList: import('vue').Ref; currentCompCategory: import('vue').Ref; currentItemId: import('vue').Ref; parentCompType: import('vue').Ref; currentItemType: import('vue').Ref; currentFormPreps: import('vue').ComputedRef; currentSubItemId: import('vue').Ref; currentSubItem: import('vue').Ref, Record>; isEdit: import('vue').Ref; isDragging: import('vue').Ref; currentComp: import('vue').Ref; draggingItem: import('vue').Ref; refresh: import('vue').Ref; historyRecord: import('vue').Ref; componentVisible: import('vue').Ref; batchEditFieldVisible: import('vue').Ref; previewVisible: import('vue').Ref; shortKeyDisabled: import('vue').Ref; setCurrentSubTabName: (subTablePrimaryKey: string) => void; selectItemById: (itemId: string) => any; setAllFormDataList: (list: import('..').CompType[]) => void; setSelfFormDataList: (list: import('..').CompType[]) => void; setFormDataList: (list: import('..').CompType[]) => void; setContainerList: (list: import('..').CompType[]) => void; setParentContainer: (item: any) => void; getParentContainer: () => Record; getParentCompType: () => string; addSelfFormDataList: (list: import('..').CompType[]) => void; addContainerList: (list: import('..').CompType[]) => void; addFormDataList: (list: import('..').CompType[]) => void; addHistoryRecord: (reOrUnDoFlag: boolean) => void; redo: () => void; undo: () => void; selectItem: (data: any, itemType: string, parentType: string) => void; setRefresh: () => void; setSubItem: (subItem: any) => void; setFormInfo: (formData: any) => void; setCompList: (comps: Array) => void; loadCompNames: () => any; addComp: (comp: any) => void; setIsDragging: (flag: boolean) => void; setFormData: (data: any) => void; setIsEdit: (editFlag: boolean) => void; setCurrentComp: (currComp: object) => void; setCurrentItemType: (currItemType: string) => void; setParentCompType: (parentType: string) => void; setCurrentItemId: (currItemId: string) => void; setCurrentFormPreps: (currFormPreps: any) => void; setDraggingItem: (dragItem: any) => void; removePromise: () => void; clearAll: (_initComp?: boolean) => void; setComponentVisible: (visible: boolean) => void; setBatchEditFieldVisible: (visible: boolean) => void; setPreviewVisible: (visible: boolean) => void; setShortKeyDisabled: (disabled: boolean) => void; getFieldDataIndex: () => number; getCurrentCompEditUserInfo: (compId: string) => import('..').UserInfo; addCurrentCompEditUserInfo: (compId: string, userinfo: import('..').UserInfo) => void; removeCurrentCompEditUserInfo: (compId: string) => void; }, "currentFormPreps">, Pick<{ formData: import('vue').Ref; formInfo: import('vue').Ref; compList: import('vue').Ref; containerDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; formDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; selfFormDataList: import('vue').Ref<{ itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[], import('..').CompType[] | { itemName: string; itemType: string; itemIcon: string; category: number; itemDesc?: string; }[]>; allFormDataList: import('vue').Ref; currentCompCategory: import('vue').Ref; currentItemId: import('vue').Ref; parentCompType: import('vue').Ref; currentItemType: import('vue').Ref; currentFormPreps: import('vue').ComputedRef; currentSubItemId: import('vue').Ref; currentSubItem: import('vue').Ref, Record>; isEdit: import('vue').Ref; isDragging: import('vue').Ref; currentComp: import('vue').Ref; draggingItem: import('vue').Ref; refresh: import('vue').Ref; historyRecord: import('vue').Ref; componentVisible: import('vue').Ref; batchEditFieldVisible: import('vue').Ref; previewVisible: import('vue').Ref; shortKeyDisabled: import('vue').Ref; setCurrentSubTabName: (subTablePrimaryKey: string) => void; selectItemById: (itemId: string) => any; setAllFormDataList: (list: import('..').CompType[]) => void; setSelfFormDataList: (list: import('..').CompType[]) => void; setFormDataList: (list: import('..').CompType[]) => void; setContainerList: (list: import('..').CompType[]) => void; setParentContainer: (item: any) => void; getParentContainer: () => Record; getParentCompType: () => string; addSelfFormDataList: (list: import('..').CompType[]) => void; addContainerList: (list: import('..').CompType[]) => void; addFormDataList: (list: import('..').CompType[]) => void; addHistoryRecord: (reOrUnDoFlag: boolean) => void; redo: () => void; undo: () => void; selectItem: (data: any, itemType: string, parentType: string) => void; setRefresh: () => void; setSubItem: (subItem: any) => void; setFormInfo: (formData: any) => void; setCompList: (comps: Array) => void; loadCompNames: () => any; addComp: (comp: any) => void; setIsDragging: (flag: boolean) => void; setFormData: (data: any) => void; setIsEdit: (editFlag: boolean) => void; setCurrentComp: (currComp: object) => void; setCurrentItemType: (currItemType: string) => void; setParentCompType: (parentType: string) => void; setCurrentItemId: (currItemId: string) => void; setCurrentFormPreps: (currFormPreps: any) => void; setDraggingItem: (dragItem: any) => void; removePromise: () => void; clearAll: (_initComp?: boolean) => void; setComponentVisible: (visible: boolean) => void; setBatchEditFieldVisible: (visible: boolean) => void; setPreviewVisible: (visible: boolean) => void; setShortKeyDisabled: (disabled: boolean) => void; getFieldDataIndex: () => number; getCurrentCompEditUserInfo: (compId: string) => import('..').UserInfo; addCurrentCompEditUserInfo: (compId: string, userinfo: import('..').UserInfo) => void; removeCurrentCompEditUserInfo: (compId: string) => void; }, "selectItem" | "setCurrentSubTabName" | "selectItemById" | "setAllFormDataList" | "setSelfFormDataList" | "setFormDataList" | "setContainerList" | "setParentContainer" | "getParentContainer" | "getParentCompType" | "addSelfFormDataList" | "addContainerList" | "addFormDataList" | "addHistoryRecord" | "redo" | "undo" | "setRefresh" | "setSubItem" | "setFormInfo" | "setCompList" | "loadCompNames" | "addComp" | "setIsDragging" | "setFormData" | "setIsEdit" | "setCurrentComp" | "setCurrentItemType" | "setParentCompType" | "setCurrentItemId" | "setCurrentFormPreps" | "setDraggingItem" | "removePromise" | "clearAll" | "setComponentVisible" | "setBatchEditFieldVisible" | "setPreviewVisible" | "setShortKeyDisabled" | "getFieldDataIndex" | "getCurrentCompEditUserInfo" | "addCurrentCompEditUserInfo" | "removeCurrentCompEditUserInfo">>; export declare const getCopyerOperationStore: () => import('pinia').Store<"copyerOperation", Pick<{ action: import('vue').Ref; parentContainer: import('vue').Ref; copyerData: import('vue').Ref; keyboardOperation: (act: string, m: import('../components/enums/ModuleEnums').ModuleEnums, container: any, data: any) => void; operation: (act: string, container: any, data: any) => void; setAction: (act: string) => void; setParentContainer: (container: any) => void; setCopyerData: (data: any) => void; clearAll: () => void; }, "action" | "parentContainer" | "copyerData">, Pick<{ action: import('vue').Ref; parentContainer: import('vue').Ref; copyerData: import('vue').Ref; keyboardOperation: (act: string, m: import('../components/enums/ModuleEnums').ModuleEnums, container: any, data: any) => void; operation: (act: string, container: any, data: any) => void; setAction: (act: string) => void; setParentContainer: (container: any) => void; setCopyerData: (data: any) => void; clearAll: () => void; }, never>, Pick<{ action: import('vue').Ref; parentContainer: import('vue').Ref; copyerData: import('vue').Ref; keyboardOperation: (act: string, m: import('../components/enums/ModuleEnums').ModuleEnums, container: any, data: any) => void; operation: (act: string, container: any, data: any) => void; setAction: (act: string) => void; setParentContainer: (container: any) => void; setCopyerData: (data: any) => void; clearAll: () => void; }, "setParentContainer" | "clearAll" | "keyboardOperation" | "operation" | "setAction" | "setCopyerData">>;