import { ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PgCardComponent implements OnInit { elementRef: ElementRef; get elevation(): number; set elevation(value: number); protected _elevation: any; get hostEl(): HTMLElement; constructor(elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }