import { OnDestroy, AfterContentInit, QueryList, TemplateRef, EmbeddedViewRef, ViewContainerRef, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SCSidetabsPanelComponent implements AfterContentInit, OnDestroy { viewContainer: ViewContainerRef; private cdr; header: string; disabled: boolean; closable: boolean; headerStyle: any; headerStyleClass: string; leftIcon: string; rightIcon: string; closeIcon: string; cache: boolean; tooltip: any; tooltipPosition: string; tooltipPositionStyle: string; tooltipStyleClass: string; templates: QueryList; constructor(viewContainer: ViewContainerRef, cdr: ChangeDetectorRef); closed: boolean; view: EmbeddedViewRef; _selected: boolean; loaded: boolean; id: string; contentTemplate: TemplateRef; headerTemplate: TemplateRef; ngAfterContentInit(): void; get selected(): boolean; set selected(val: boolean); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }