import BcmMoleculesState from "../../../models/states/molecules/bcm-molecules-state"; declare const _default: { setValue: (val: any) => void; removeValue: (_id: any) => void; getValue: (id: any) => BcmMoleculesState.BcmSearchModel; getDataPagination: (id: any, limit?: number) => any[]; searchData: (id: any, searchText: any, items?: any) => { result: any; matching: any; parentIndex: any; nestedResult: any; }; }; export default _default;