/**----------------------------------------------------------------------------------------- * 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"; /** * Renders the history item content. * * To define the history item template, nest a `` tag with the `kendoGridSmartBoxHistoryItemTemplate` directive inside the component tag. * * The template context is set to the current history item. Use the `let-item` directive to reference the current history item. * * @example * ```html * * * * {{item.text}} ({{ item.timestamp | date: 'shortTime' }}) * * * ``` */ export declare class GridSmartBoxHistoryItemTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }