/**----------------------------------------------------------------------------------------- * 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"; /** * Selects a [template](link:site.data.urls.angular['templatesyntax']) * within the `` component for the * [links tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-link-tooltip-template). * The following context fields are frequently utilized: * - `let-source="source"`—The link source data item.. * - `let-target="target"`—The link target data item. * - `let-value="value"`—The link value. * Refer to the [`SankeyLinkTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylinktooltiptemplatecontext) for the full list of available fields. * * @example * ```html * * * * {{ source.label?.text }} - {{ target.label?.text }}: {{ value }} * * * * ``` */ export declare class SankeyLinkTooltipTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }