/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Use this directive to customize the time header in the **Agenda** view of the Scheduler. * * To define a time template, nest an `` tag with the `kendoSchedulerAgendaTimeTemplate` directive inside the * `` or `` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#agenda-times)). * * The available fields in the template context are: * - `start`—The start date of the event. * - `end`—The end date of the event. * - `title`—The title of the event. * - `description`—The description of the event. * - `isAllDay`—A Boolean value which indicates if the event is all-day. * - `resources`—The resources of the event. * * @example * ```html * * * * * * ``` */ export declare class AgendaTimeTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }