import { OnDestroy, OnInit, TemplateRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import { VtsNoAnimationDirective } from '@ui-vts-kit/ng-vts/core/no-animation'; import * as i0 from "@angular/core"; export declare class VtsPanelComponent implements OnDestroy, OnInit, OnChanges { noAnimation?: VtsNoAnimationDirective; vtsTitle?: string | null; vtsExpandIcon?: string; vtsExpandTpl?: string | TemplateRef; vtsCollapseIcon?: string; vtsCollapseTpl?: string | TemplateRef; vtsExtraTpl?: string | TemplateRef; vtsActive: boolean; _bindActive: boolean; vtsActiveChange: EventEmitter; private destroy$; constructor(noAnimation?: VtsNoAnimationDirective); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; show(): void; hide(): void; toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }