import { SearchTextInputComponent } from './search-text-input.component';
import { SearchTriggerDirective } from './search-trigger.directive';
import * as i0 from "@angular/core";
import * as i1 from "./search-text-input.component";
import * as i2 from "./search-trigger.directive";
export declare const SEARCH_TEXT_INPUT_DIRECTIVES: readonly [typeof SearchTextInputComponent, typeof SearchTriggerDirective];
/** @deprecated use `...SEARCH_TEXT_INPUT_DIRECTIVES` or import the individual directives */
export declare class SearchTextModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<SearchTextModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SearchTextModule, never, [typeof i1.SearchTextInputComponent, typeof i2.SearchTriggerDirective], [typeof i1.SearchTextInputComponent, typeof i2.SearchTriggerDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SearchTextModule>;
}
