import { EventsService } from './event.service';
import { TableSearcherService } from './table-searcher.service';
export declare class AngularTableSearcherModule {
    static forRoot(): {
        ngModule: typeof AngularTableSearcherModule;
        providers: (typeof EventsService | typeof TableSearcherService)[];
    };
}
