import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglAccordionSection { templateRef: TemplateRef; constructor(templateRef: TemplateRef); /** * Displayed as the title of the section. */ label: string | TemplateRef; /** * Context data available as local variable in `label`, if TemplateRef. */ labelContext: any; /** * The unique name to use with the `activeName` of the accordion component. */ name: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }