import { OnDestroy, TemplateRef } from '@angular/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class CardTabComponent implements OnDestroy {
    private readonly _tabService;
    active$: Observable<boolean>;
    content: TemplateRef<void>;
    constructor();
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardTabComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardTabComponent, "ux-card-tab", never, {}, {}, ["content"], ["*"], false, never>;
}
