import { TemplateRef } from '@angular/core'; /** * {@link TsExpansionPanelComponent} content that will be rendered lazily when the panel is opened for the first time. * * @example * * * Panel trigger * * * * Panel content * * * * https://getterminus.github.io/ui-demos-release/components/expansion-panel */ export declare class TsExpansionPanelContentDirective { template: TemplateRef; constructor(template: TemplateRef); }