/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { DatePipe } from "./date.pipe"; import { NumberPipe } from "./number.pipe"; /** * Utility array that contains all `kendoNumber` related components and directives */ export declare const KENDO_NUMBER: readonly [typeof NumberPipe]; /** * Utility array that contains all `kendoDate` related components and directives */ export declare const KENDO_DATE: readonly [typeof DatePipe]; /** * Utility array that contains all `@progress/kendo-angular-intl` related components and directives */ export declare const KENDO_INTL: readonly [typeof NumberPipe, typeof DatePipe];