import { ModuleWithProviders } from '@angular/core';
import { SearchConfig } from './search-config.model';
import * as i0 from "@angular/core";
import * as i1 from "./search-results.component";
import * as i2 from "./search-grid.component";
import * as i3 from "./search-action.component";
import * as i4 from "./search-custom-filters.component";
import * as i5 from "@c8y/ngx-components";
import * as i6 from "@c8y/ngx-components/device-grid";
import * as i7 from "@c8y/ngx-components/data-grid-columns/asset-type";
export declare class SearchModule {
    static config(config?: SearchConfig): ModuleWithProviders<SearchModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<SearchModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SearchModule, [typeof i1.SearchResultsComponent, typeof i2.SearchGridComponent, typeof i3.SearchActionComponent, typeof i4.SearchCustomFiltersComponent], [typeof i5.CoreModule, typeof i6.DeviceGridModule, typeof i5.CoreSearchModule, typeof i7.AssetTypeCellRendererComponent], [typeof i1.SearchResultsComponent, typeof i2.SearchGridComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SearchModule>;
}
//# sourceMappingURL=search.module.d.ts.map