/**----------------------------------------------------------------------------------------- * Copyright © 2025 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"; /** * Defines the content template of the declaratively initialized PanelBar items. * To define the content template, nest an `` tag * with the `kendoPanelBarContent` directive inside the `` tag. * The content can be expanded or collapsed through the item. * * @example * ```html * *
*

Item content goes here

*
*
* ``` */ export declare class PanelBarContentDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }