/** Autogenerated by public2business schematic. DO NOT CHANGE! */ import { TemplateRef } from '@angular/core'; /** * Expansion panel content that will be rendered lazily * after the panel is opened for the first time. */ export declare class SbbExpansionPanelContent { _template: TemplateRef; constructor(_template: TemplateRef); }