import { OnInit, ElementRef, EventEmitter } from '@angular/core'; import { PgExpandableFormCardComponent } from '../pg-expandable-form-card/pg-expandable-form-card.component'; import * as i0 from "@angular/core"; export declare class PgReapplyCardComponent implements OnInit { locationPushState: boolean; expanded: any; expandableFormCard: PgExpandableFormCardComponent; originElement: ElementRef; expandChange: EventEmitter; constructor(); ngOnInit(): void; onPopstate(): void; collapse(): Promise; expand(): Promise; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }