/**----------------------------------------------------------------------------------------- * Copyright © 2025 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; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }