import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnChanges, OnInit } from '@angular/core'; import { BasicUxElementComponent, BasicUxElementComponentChanges } from "../../basic-ux-element.component"; import { NgInailCommonConfig } from "../../../../ng-inail-common.config"; import * as i0 from "@angular/core"; export interface TabPaneComponentChanges extends BasicUxElementComponentChanges { } export declare class TabPaneComponent extends BasicUxElementComponent implements OnInit, OnChanges, AfterViewInit { private cdr; private libConfig; title: string; active: boolean; required: boolean; requiredSimbol: string; requiredSimbolPosition: 'left' | 'right'; activeChange: EventEmitter; onChange: EventEmitter; doDetechChange: () => void; getTitle: () => string; constructor(cdr: ChangeDetectorRef, libConfig: NgInailCommonConfig); ngOnChanges(changes: TabPaneComponentChanges): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }