import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { PgExpandableCardComponent } from '../pg-expandable-card/pg-expandable-card.component'; import * as i0 from "@angular/core"; export declare class PgExpandableFormCardComponent implements OnInit { elementRef: ElementRef; expandCard: PgExpandableCardComponent; expandChange: EventEmitter; backdropClick: EventEmitter; cardClick: EventEmitter; bottomOffset: number; originElement: HTMLElement; disableDefaultInteractions: boolean; constructor(elementRef: ElementRef); ngOnInit(): void; expand(): Promise; collapse(): Promise; handleBackdropClick(): void; handleCardClick(): void; handleExpandChange(expanded: boolean): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }