export interface OnChainAdvancedSearchProps { typeData: Array; treeData: Array; subcategory: Array; conditionObj: any; advancedSearchClassify: Array; searchBtn?: () => void; rightEmpty: (isClear?: boolean, option?: any) => void; getInterface: (val: any, value: any, isDefaultAttribute: boolean) => void; getAttribute: (val: any, value?: any, isDefaultAttribute?: boolean) => void; storageCondition?: (v: any) => any; conditionEdit: (v: any) => any; getTreeList: (v: any, a?: any, b?: any) => any; treeList: () => any; getLifecycles: (code: string) => any; getListbycode: (code: string) => any; getOverview: (id: string) => any; getLifecyclesNopage: (id: string, code: string) => any; getHistory: () => any; getRelation: () => any; getObjects: (code: string) => any; getRoles: () => any; getInstanceParams: (val: any) => any; searchTable: (val: any) => any; } declare const OnChainAdvancedSearch: import('react').ForwardRefExoticComponent>; export default OnChainAdvancedSearch;