/**-----------------------------------------------------------------------------------------
* 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 "./smartpastebutton.component";
/**
 * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
 * definition for the SmartPasteButton component.
 *
 * The module is meant for backward compatibility. For new applications, use the standalone SmartPasteButton component.
 *
 * @example
 * ```ts-no-run
 * import { SmartPasteButtonModule } from '@progress/kendo-angular-buttons';
 *
 * _@NgModule({
 *     imports: [SmartPasteButtonModule]
 * })
 * export class AppModule {}
 * ```
 */
export declare class SmartPasteButtonModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<SmartPasteButtonModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPasteButtonModule, never, [typeof i1.SmartPasteButtonComponent], [typeof i1.SmartPasteButtonComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SmartPasteButtonModule>;
}
