/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { RippleContainerDirective } from "./ripple-container.directive";
/**
 * Utility array that contains all `@progress/kendo-angular-ripple` related directives.
 */
export declare const KENDO_RIPPLE: readonly [typeof RippleContainerDirective];
