import { ElementRef } from '@angular/core'; /** * @ignore */ export declare class CardFooterComponent { elementRef: ElementRef; alignItems: string; alignContent: string; justifyItems: string; constructor(elementRef: ElementRef); }