/**----------------------------------------------------------------------------------------- * 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 prompt suggestion content. * * To define the suggestion template, nest a `` tag with the `kendoGridSmartBoxPromptSuggestionTemplate` directive inside the component tag. * * The template context is set to the current suggestion. Use the `let-suggestion` directive to reference the current suggestion. * * @example * ```html * * * * {{suggestion}} * * * ``` */ export declare class GridSmartBoxPromptSuggestionTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }