export interface OnChainQueryBuilderProps { typeData: any; searchTree: any; readOnly?: boolean; cleanUpBtn?: boolean; subcategory?: any; horizontalStyle?: any; closeAdvancedSearch?: any; conditionObj?: any; setCondition?: any; emptyCondition?: any; eliminateSearch?: any; setConditionValue?: any; searchBtn?: any; defaultValue?: any; 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 OnChainQueryBuilder: React.FC; export default OnChainQueryBuilder;