import { ElementRef, Renderer2, OnInit } from '@angular/core'; import { CardFooterDirective } from './card-footer.directive'; import { CardHeaderDirective } from './card-header.directive'; import * as i0 from "@angular/core"; export declare class CardComponent implements OnInit { private _element; private _renderer; _header?: CardHeaderDirective; _footer?: CardFooterDirective; constructor(_element: ElementRef, _renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }