import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./components/completer-list-item-cmp";
import * as i2 from "./directives/ctr-completer";
import * as i3 from "./directives/ctr-dropdown";
import * as i4 from "./directives/ctr-input";
import * as i5 from "./directives/ctr-list";
import * as i6 from "./directives/ctr-row";
import * as i7 from "./components/completer-cmp";
import * as i8 from "@angular/common";
import * as i9 from "@angular/forms";
import * as i10 from "@angular/common/http";
import * as i11 from "@angular/material/input";
import * as i12 from "@angular/material/chips";
import * as i13 from "@angular/material/icon";
export declare class NgxNeoCompleterMatModule {
    static forRoot(): ModuleWithProviders<NgxNeoCompleterMatModule>;
    static ɵmod: i0.ɵɵNgModuleDefWithMeta<NgxNeoCompleterMatModule, [typeof i1.CompleterListItemCmp, typeof i2.CtrCompleter, typeof i3.CtrDropdown, typeof i4.CtrInput, typeof i5.CtrList, typeof i6.CtrRow, typeof i7.CompleterCmp], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.HttpClientModule, typeof i11.MatInputModule, typeof i12.MatChipsModule, typeof i13.MatIconModule], [typeof i7.CompleterCmp, typeof i1.CompleterListItemCmp, typeof i2.CtrCompleter, typeof i3.CtrDropdown, typeof i4.CtrInput, typeof i5.CtrList, typeof i6.CtrRow]>;
    static ɵinj: i0.ɵɵInjectorDef<NgxNeoCompleterMatModule>;
}
