declare const useExpImpObject: (props: any) => { queryBusiObjectRowColumns: ({ busiObjectId, relatedObjectList, isMasterSlave }: any) => Promise; allSelectedLength: number; columnsGroup: any[]; nameMap: Record; onChange: (checkedValues: any[], tabItem?: any) => void; onCheckAllChange: (e: any) => void; filterByFields: (tree: any[], selectedFields: string[]) => any[]; filterByFieldsOrder: (tree: any, selectedFields: any[]) => any[]; }; export default useExpImpObject;