import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
import { Portal } from '@angular/cdk/portal';
import * as i0 from "@angular/core";
export declare class CardComponent implements OnInit {
    private viewContainerRef;
    titleDirective?: TemplateRef<unknown>;
    actionsDirective?: TemplateRef<unknown>;
    titlePortal?: Portal<unknown>;
    actionsPortal?: Portal<unknown>;
    constructor(viewContainerRef: ViewContainerRef);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "xui-card", never, {}, {}, never, ["*"], false, never>;
}
