/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./textbox/textbox.directive";
import * as i2 from "./textbox/textbox.component";
import * as i3 from "./shared/input-separator.component";
import * as i4 from "./shared/input-spacer.component";
import * as i5 from "./textbox/textbox-suffix.directive";
import * as i6 from "./textbox/textbox-prefix.directive";
import * as i7 from "./textbox/localization/custom-messages.component";
import * as i8 from "@progress/kendo-angular-common";
/**
 * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the TextBox directive.
 *
 * Use this module to add the TextBox directive to your NgModule-based Angular application.
 *
 * @example
 *
 * ```typescript
 * import { TextBoxModule } from '@progress/kendo-angular-inputs';
 * import { NgModule } from '@angular/core';
 * import { AppComponent } from './app.component';
 *
 * @NgModule({
 *     declarations: [AppComponent],
 *     imports:      [BrowserModule, TextBoxModule],
 *     bootstrap:    [AppComponent]
 * })
 * export class AppModule {}
 * ```
 */
export declare class TextBoxModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
}
