import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class QuoteDialogComponent implements OnInit { dialogRef: MatDialogRef; dialog_config: any; response: any; close_dialog_btn: boolean; step: { destination: boolean; dates: boolean; paxs: boolean; }; total_pax: any; data_content: any; quote_data_content: any; constructor(dialogRef: MatDialogRef, dialog_config: any); /********************************** //^ OnInit LifeCycle ***********************************/ ngOnInit(): void; /********************************** Functions ***********************************/ getDestination(dest: any): void; getDates(dates: any): void; getPaxs(paxs: any): void; closeDialog(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }